Page 1 of 1

WebCam Streaming on Debian Squeey

Posted: 17 May 2011 22:47
by pallas
Hi,

im trying to stream a webcam over my network. I dont know why its not workling. I Have an usb WebCam

lsusb
Bus 001 Device 005: ID 093a:260e Pixart Imaging, Inc. PAC7311 Gigaware VGA PC Camera:Trust WB-3350p:SIGMA cam 2350

I can export the webcam to a file and i and save it. I can see the http interface but i cannot see the video...

I tried with rtsp and with rtp but it wont work ....... why!?!?!

Re: WebCam Streaming on Debian Squeey

Posted: 18 May 2011 08:05
by zozizozu
You should give us mor information :
Can you see something when just opening the webcam : vlc -vvv v4l2:// ?
What is your command line ?
...

Re: WebCam Streaming on Debian Squeey

Posted: 18 May 2011 10:03
by pallas
Hi,

yes i see my webcam with: vlc -vvv v4l2:///dev/video0 .

I tried a couple of examples from the wiki here and other tutorials, but nothing work...

I want a easy way to stream my webcam. The first point is, that i dont know what is the best way
to stream. I think rtsp, but i dont know. I tried everything.

What command line arguments are you using for streaming?

Thanks!