[Bug 729058] Porting gst-launch raw video UDP stream pipeline from 0.10 to 1.0 is inconsistent
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Apr 28 05:23:21 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=729058
GStreamer | don't know | 1.2.3
--- Comment #7 from David Peverley <pev at sketchymonkey.com> 2014-04-28 12:23:19 UTC ---
Created an attachment (id=275328)
--> (https://bugzilla.gnome.org/attachment.cgi?id=275328)
GStreamer 0.10 Test + format=(fourcc)UYVY
Test #3 : GStreamer 0.10 + format=(fourcc)UYVY
# Capture line
sudo tcpdump -nn dst host 239.192.1.254 and dst port 5004 -i eth0 -s0 -w
capture-$(date +"%Y%m%d-%H%M%S").pcap
# GStreamer command
export MULTICAST_ADDR=239.192.1.254
export PORT=5004
export WIDTH=1024
export HEIGHT=768
gst-launch-0.10 videotestsrc num-buffers=1 ! \
"video/x-raw-yuv,format=(fourcc)UYVY,framerate=30/1,width=$WIDTH,height=$HEIGHT"
! \
queue ! rtpvrawpay ! udpsink host=$MULTICAST_ADDR port=$PORT
auto-multicast=true
# Produces : capture-20140428-131510.pcap.gz
--
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