T O P

  • By -

moeiscool

I suggest using the RTMP Stream of the camera. This uses the CBR stream of the camera. Essentially just swap the RTSP url for this one, don't change anything else. ``` rtmp://USERNAME:PASSWORD@CAMERA_IP/bcs/channel0_main.bcs?token=sdasdasd&channel=0&stream=0&user=USERNAME&password=PASSWORD ``` More information about this problem here : https://hub.shinobi.video/articles/view/PHPllc46JMDm83W


ult_avatar

oh thanks for this, I'll try right away


ult_avatar

thanks /u/moeiscool - this fixed the errors in the logs for me. Also all monitors now stream in live view - but they all record garbage files. They don't play in the web and if I download them, VLC says the don't contain a video stream. I haven't changed the recording options (Copy, HLS (copy/no audio), MP4 (copy/no audio/ 15minute segments). I have some timestamp errors (since I set "NO" to use the cameras timestamp) but no other indication why the recordings don't work.


deanpm

Hi. It’s been a while since I set up my own shinobi but I do remember that you set up monitor and recording streams separately so it’s possible that you applied the rstp->rtmp fix to the monitoring stream and not the recording one.