can't stream webcam logitech c310
Mandar Joshi
emailmandar at gmail.com
Tue Dec 6 09:51:49 UTC 2016
>
> are there known problems related to gst-rtsp that could explain this ?
>
henryco,
Gmail is classifying all your messages as spam. That's why I didn't
get any of your posts. I haven't had a chance to go through your
entire thread yet.
Anyway, I just wanted to quickly add that I've used Logitech C310 with
Raspberry Pi 2 with omxh264enc and gst-rtsp-server.
I just tested the following pipeline and it works well.
Note: I've modified the test-launch example to bind to eth0
(192.168.1.202) using gst_rtsp_media_factory_set_launch (factory,
argv[1]);
GST_DEBUG=3 ./test-launch "( v4l2src device=/dev/video0 !
video/x-raw,width=960,height=720,format=I420,framerate=30/1 !
omxh264enc ! video/x-h264,profile=high ! rtph264pay name=pay0 pt=96
config-interval=1 )" 192.168.1.202
GST_DEBUG=3 gst-launch-1.0 rtspsrc
location=rtsp://192.168.1.202:8556/test ! rtph264depay ! avdec_h264 !
xvimagesink sync=false
Regards
Mandar Joshi
More information about the gstreamer-devel
mailing list