[gstreamer-bugs] [Bug 607452] Failure to sync on rtpmp4vpay stream; sender; receiver mismatch
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jan 19 07:00:52 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=607452
GStreamer | gst-plugins-good | 0.10.17
--- Comment #2 from Marc Leeman <marc.leeman at gmail.com> 2010-01-19 15:00:49 UTC ---
Starting the stream in this sequence (receiver before transmitter) decodes the
stream as expected:
1. receiver/decoder
gst-launch udpsrc uri=udp://226.226.226.22:2266 caps="application/x-rtp,
clock-rate=(int)90000" ! queue ! rtpmp4vdepay ! mpeg4videoparse ! queue !
decodebin ! autovideosink
2. listen to udp stream negociated by number 3
gst-launch udpsrc uri=udp://236.4.0.36:9010 caps="application/x-rtp,
clock-rate=(int)90000" ! rtpmp4vdepay ! mpeg4videoparse ! queue ! rtpmp4vpay
send-config=True ! udpsink host=226.226.226.22 port=2266
3. init soap/udp stream and fakesink.
gst-launch barcosoapsrc location=pelco+soap://10.4.0.36:49152 ! fakesink
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list