Streaming to RTMP (nginx-rtmp server)

r3dsm0k3 ajithredsmoke at gmail.com
Tue Oct 21 07:51:41 PDT 2014


Hi , 

PS: First time gstreamer user here. :)

Im trying to stream video from a logitech c920 webcam connected to a
beaglebone using gstreamer to an nginx server. But somehow rtmpsink is
failing on me. However, with filesink im able to save the video on the
beaglebone. Though I still have some frame loss issues and no audio, I want
the streaming part to be working first. The command Im using is 

GST_DEBUG=4 GST_DEBUG_FILE=gst2.log gst-launch-1.0 -v -e uvch264src
device=/dev/video0 name=src auto-start=true average-bitrate=5000000
iframe-period=33  src.vidsrc  ! queue !
video/x-h264,width=1920,height=1080,framerate=30/1 ! h264parse ! flvmux !
rtmpsink location="rtmp://192.168.1.104:1935/hls/movie"

My debug output is here.
https://gist.github.com/r3dsm0k3/c584d63e4855832cb775

gstreamer just quits within 5 seconds.

I verified that the streaming server works. But from the client, gstreamer
is not giving me any kind of error messages. Or I dont know how to debug it
properly.

Im stuck on this issue for the last so many days. Any help would be
appreciated. 

Thank you.




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Streaming-to-RTMP-nginx-rtmp-server-tp4669102.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list