[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:10:56 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=729058
  GStreamer | don't know | 1.2.3

--- Comment #6 from David Peverley <pev at sketchymonkey.com> 2014-04-28 12:10:50 UTC ---
Created an attachment (id=275326)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=275326)
GStreamer-1.0 capture example

Test #2 : GStreamer 1.0

  # 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-1.0 videotestsrc num-buffers=1 ! \
    "video/x-raw,format=UYVY,framerate=30/1,width=$WIDTH,height=$HEIGHT" ! \
    queue ! rtpvrawpay ! udpsink host=$MULTICAST_ADDR port=$PORT
auto-multicast=true

  # Produces : capture-20140428-130855.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