Open TinfoilSubmarine opened 1 month ago
I have tested with a build of ffmpeg omitting --enable-librtmp
and can confirm this error does not occur.
At least in the past, librtmp builds also had connectivity issues while streaming (would randomly disconnect), prompting me to make my personal builds with it disabled. At this point I'm not sure if librtmp offers any useful features that ffmpeg's native RTMP doesn't yet have.
Is this a new report?
Yes
System Info
Void 6.6.52_1 x86_64 AuthenticAMD uptodate rrmFFFFFFFFFFFFFFFFFFFFFFFF
Package(s) Affected
ffmpeg6-6.1.2_2
Does a report exist for this bug with the project's home (upstream) and/or another distro?
No response
Expected behaviour
Running
ffmpeg -listen 1 -i rtmp://192.168.1.235:1935/test -f h264 - | ffplay -
should listen for an incoming stream, then display a video.Actual behaviour
Steps to reproduce
ffmpeg -listen 1 -i rtmp://192.168.1.235:1935/test -f h264 - | ffplay -