Device= raspberry pi 3 b
os= raspbian newest
I'm having difficulties connecting to an rtsp stream with omxplayer. I can't use VLC either because of the lack of GPU support so it hangs the stream on the first frame and drops the connection because it's too slow.
When I use omxplayer with the setup:
Code: Select all
omxplayer -i "rtsp://streamurl
Code: Select all
omxplayer -i "rtsp://streamurl"
[rtsp @ 0x1f54640] UDP timeout, retrying with TCP
[rtsp @ 0x1f54640] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
Any suggestions where to go from here? On a normal PC using VLC the stream works just fine, just can't get it running with raspberry pi.