[Bug 657079] JPEG RTP Payloader Change to support FaceVsion Webcams

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 28 06:47:59 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=657079
  GStreamer | gst-plugins-good | 0.10.x

--- Comment #11 from Robert Krakora <rob.krakora at messagenetsystems.com> 2013-01-28 14:47:54 UTC ---
Using GStreamer RTSP server I pass in this pipeline:

v4l2src device=/dev/video0 ! queue !
image/jpeg,width=640,height=480,framerate=(fraction)30/1 ! queue ! rtpjpegpay
pt=26 name=pay0

Using GStreamer RTSP Source I use this pipeline:

gst-launch -e rtspsrc location=rtsp://<server IP>:<server Port>/<filename>.sdp
! rtpjpegdepay ! qtmux ! filesink location=<some path to file>.mov

The result plays fine on QuickTime on Mac or PC...as well as on Totem on
Linux...

-- 
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