More than three daemons?
hobbesc7
hobbesc7 at gmail.com
Tue Feb 5 10:58:22 PST 2013
Tim-Philipp Müller-2 wrote
>> gst-launch -v filesrc location=/dev/video7 ! video/x-h264 ! udpsink
>> host=192.168.0.120 port=5011 &
>> gst-launch -v filesrc location=/dev/video10 ! video/x-h264 ! udpsink
>> host=192.168.0.120 port=5012 &
>> gst-launch -v filesrc location=/dev/video13 ! video/x-h264 ! udpsink
>> host=192.168.0.120 port=5013 &
>
> This is not really an appropriate/supported way of reading data from
> video devices.
Can you elaborate? This way works fine on my PC.
Tim-Philipp Müller-2 wrote
> You could try if it works better with udpsink sync=false.
>
> Maybe also put a queue between the src and udpsink.
I'm already using sync=false (which is an option for udpsrc, not udpsink.)
I tried adding a queue, but I still have the same problem with more than
four capture nodes.
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/More-than-three-daemons-tp4658126p4658372.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list