Closed totalitarian closed 8 months ago
ffmpeg is unable to extract the SPS/PPS data from the RTSP source. "Missing PPS in sprop-parameter-sets, ignoring". So the H264 decoder can probably cope with the lack of PPS in the reply to the rtsp DESCRIBE message (in the SDP data). But the part of ffmpeg that outputs the video and audio (on to a RTSP destination) would need that and so falls over
What is the video source at 192.168.1.149?
What is the video source at 192.168.1.149?
It's a camera feed from an EZviz DB1 doorbell
Hi. It looks like the feed from your doorbell is not RTSP compliant. You could getting ffmpeg to transcode. It will use CPU resources but should fix the problem
Hi. It looks like the feed from your doorbell is not RTSP compliant. You could getting ffmpeg to transcode. It will use CPU resources but should fix the problem
rtsp-simple server & vlc can ready and proxy the original stream file just fine. FFMPEG seems to be having issues. I will be using a video filter so will will need to transcode anyway. Could you help me with the transcode part?
Never mind, it was an issue with the version of ffmpeg I was using
Any idea what I could be doing wrong here. I'm running this command from docker cli
ffmpeg -re -i "rtsp://admin:admin@192.168.1.149:554/Streaming/Channels/102" -vcodec copy -acodec copy -rtsp_transport udp -f rtsp rtsp://127.0.0.1:8554/test
This is my config
This is the error