RTSP server problems with uvch264src H/W+ encoded H.264 output

krakorar rob.krakora at messagenetsystems.com
Tue Apr 23 06:01:37 PDT 2013


So the only error in the pipeline in your previous e-mail was width-1920.

This...

uvch264src device=/dev/video0 name=src auto-start=true iframe-period=1000 
src.vidsrc ! queue ! video/x-h264,width=1920,height=1080,framerate=30/1 ! 
h264parse ! rtph264pay pt=96 name=pay0 src.vfsrc ! queue ! 
video/x-raw,width=432,height=240,framerate=30/1 ! xvimagesink

...can actually be this...

GST_DEBUG=uvch264src:5,v4l2src:5 gst-launch uvch264src device=/dev/video0
name=src auto-start=true iframe-period=1000 
src.vidsrc ! queue ! video/x-h264,width=1920,height=1080,framerate=30/1 ! 
h264parse ! rtph264pay pt=96 name=pay0 ! fakesink &>log.txt

...for testing.

Best Regards,

Robert Krakora




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/RTSP-server-problems-with-uvch264src-H-W-encoded-H-264-output-tp4659582p4659621.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list