rtpbin
Spruyt, Randy
Randy.Spruyt at christiedigital.com
Mon Jun 22 06:57:53 PDT 2015
Trying to get the RTP bin working, here is the video: http://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_1080p_h264.mov
I see a lot of frames dropped/missing data (picture attached). Maybe I missed something here (using git master)?
server:
gst-launch-1.0 -v rtpbin name=rtpbin filesrc location=/mnt/share/demo/big_buck_bunny_1080p_h264.mov ! qtdemux ! h264parse ! rtph264pay ! rtpbin.send_rtp_sink_0 rtpbin.send_rtp_src_0 ! udpsink port=5000 rtpbin.send_rtcp_src_0 ! udpsink port=5001 sync=false async=false udpsrc port=5005 ! rtpbin.recv_rtcp_sink_0
client:
gst-launch-1.0 -v rtpbin name=rtpbin latency=200 udpsrc caps="application/x-rtp, media=video, clock-rate=90000, encoding-name=H264, packetization-mode=1, profile-level-id=4d4029, sprop-parameter-sets=\"J01AKakYDwBE/LgDUBAQG2wrXvfAQA==,KN4JyA==\", payload=96, ssrc=2961370000, timestamp-offset=86645056, seqnum-offset=4966" port=5000 ! rtpbin.recv_rtp_sink_0 rtpbin. ! rtph264depay ! avdec_h264 ! xvimagesink udpsrc port=5001 ! rtpbin.recv_rtcp_sink_0 rtpbin.send_rtcp_src_0 ! udpsink port=5005 host=127.0.0.1 sync=false async=false
(adding sync=false to xvimagesink does not help)
[bunny.png]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150622/b0a64437/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.jpg
Type: image/jpeg
Size: 8797 bytes
Desc: image003.jpg
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150622/b0a64437/attachment-0001.jpg>
More information about the gstreamer-devel
mailing list