Playbin could not recognize H264 stream with RTP over UDP
Vinod Kesti
vinodkesti at yahoo.com
Wed Nov 16 08:56:43 UTC 2016
Hi,
Caps are not set properly in playback pipeline itseems.
Below pipelines are working for me.
gst-launch-1.0 -v videotestsrc ! videoconvert ! videoscale !
video/x-raw,width=1080,height=720 ! x264enc speed-preset=ultrafast
tune=zerolatency ! rtph264pay ! udpsink host=127.0.0.1 port=5200
gst-launch-1.0 udpsrc uri=udp://127.0.0.1:5200 caps='application/x-rtp,
media=video, clock-rate=90000, encoding-name=H264, packetization-mode=1,
payload=96' ! rtpjitterbuffer ! rtph264depay ! h264parse ! decodebin !
checksumsink
~ Vinod
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Playbin-could-not-recognize-H264-stream-with-RTP-over-UDP-tp4680712p4680713.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list