Forward RTMP stream
Konrad Reiche
konrad.reiche at gmail.com
Fri Jul 29 13:02:50 UTC 2016
Hi,
I have troubles setting up a simple rtmp forward with gstreamer:
gst-launch-1.0 rtmpsrc location="rtmp://localhost:1936/myapp/mystream" !
queue ! rtmpsink location="rtmp://localhost:1935/test/live"
With the following debug messages:
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
The rtmpsink is ffmpeg, if I stop gstreamer I get the error message:
rtmp://0.0.0.0:1935/test/live: could not find codec parameters
Any idea what I am missing?
Best,
Konrad
More information about the gstreamer-devel
mailing list