UDP stream using good plugins

sergio_ myxdiablo at yahoo.com
Thu Jan 23 04:02:01 PST 2014


Jesper, thanks for the reply.
Now I have a new issue, I try to stream a mp4 coded with H264
//client
gst-launch udpsrc port=5000 capsfilter
caps="video/x-h264,width=704,height=480,framerate=(fraction)25/1" !
rtph264depay ! ffdec_h264 ! mfw_v4lsink
//server
gst-launch -v filesrc location=big_buck_bunny_720p_H264_AAC_25fps_3400K.mp4
! rtph264pay ! udpsink host=127.0.0.1 port=5000

But for server I get this error:
"ERROR: from element /GstPipeline:pipeline0/GstRtpH264Pay:rtph264pay0:
Element doesn't implement handling of this stream. Please file a bug."

I guess I have to put the caps but don't know how to check the file and
write correct  caps in the server/client command.

I tried also with an other file:
//server
gst-launch -v filesrc location=h264codec_mp4format.mp4 !
video/x-h264,stream-format=byte-stream,alignment=nal ! rtph264pay ! udpsink
host=127.0.0.1 port=5000

and this seems to work.

Could you tell me how to figure what caps to have in the command?

Thanks,



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/UDP-stream-using-good-plugins-tp4664819p4664836.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list