autovideosrc

Stefan Sauer ensonic at hora-obscura.de
Wed Feb 8 11:00:48 PST 2012


On 02/07/2012 10:05 PM, Luca Della Ghezza wrote:
> Hi to all!
> I'm tryng to write a simple intranet videochat script in bash, it just
> connects 2 pc in a lan trough ssh and using gst-launch the script
> opens the remote cam and shows the image on the local pc. It's quite
> easy using a pipe like this:
>
> gst-launch v4l2src ! videoscale !
> video/x-raw-yuv,width=320,height=240, framerate=30/1 !
> ffmpegcolorspace ! jpegenc ! tcpserversink host=$MyIp port=1000
> (I use tcp because the router filters udp)
>
> That works, but if the remote pc has the cam on a device that is not
> /dev/vide0 the pipe can't shows the image of the web cam. I have to
> specify in the pipe    device=/dev/video1.
> So I tried the autovideosrc option, but no way the pipe is still
> showing the /dev/video0 device, even if in gstreamer-properties the
> video input device defined is the usb web cam.
the settings done in gstreamer-properties would affect gconfvideosource
/gsettingsvideosrc. One more question, is there a /dev/video0? If not
v4l2src could probably be enhanced to try /dev/video1 and so on
automatically.

Stefan

>
> How can I do to obtain an automatic detection of the web cam device in
> the pipe?
>
> Thx a lot for your help.
>
> luquino.
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20120208/73424cc0/attachment.htm>


More information about the gstreamer-devel mailing list