Re: [Farsight-devel] would farsight accept a webcam as an input src ?

2007-11-05 Thread Olivier CrĂȘte
Maybe your camera is a v4l2... Does it work with gst-launch v4lsrc ! xvimagesink ... On Mon, 2007-05-11 at 02:21 -0800, sabrina Elaoui wrote: > hello farsight community ; > actually , i was trying to stream the output of my webcam on an anther > host , in order to do that , i used the example test

[Farsight-devel] would farsight accept a webcam as an input src ?

2007-11-05 Thread sabrina Elaoui
hello farsight community ; actually , i was trying to stream the output of my webcam on an anther host , in order to do that , i used the example test3v.c , and replaced : videosrc = gst_element_factory_make("videotestsrc", "videotestsrc"); with videosrc = gst_element_factory_make("v4lsrc", "v4l