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


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

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

Test #1 : GStreamer 0.10

  # 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,framerate=30/1,width=$WIDTH,height=$HEIGHT" ! \
    queue ! rtpvrawpay ! udpsink host=$MULTICAST_ADDR port=$PORT
auto-multicast=true

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