Page 1 of 1

Webcam streaming

PostPosted: Fri Sep 19, 2014 10:02 pm
by bakhanbeigi
Hey all

I wanto to stream my web cam using VLC and Serviio
I used this command to running VLC
  Code:
cvlc v4l:// :v4l-vdev="/dev/video0" --sout '#transcode{vcodec=FLV1,vb=512}:std{access=http{mime=video/x-flv},mux=ffmpeg{mux=flv},dst=0.0.0.0:8081/stream.flv}' --no-sout-audio

the output file from http://MY.IP.ADDRESS:8081/stream.flv is available with another video player.
I add http://192.168.1.4:8081/stream.flv in second tab of Serviio console ( Online Resources ) but I can not find that on my DLNA device ( TV ) It is not in folders that I checkes,

How should i fix this ?

Re: Webcam streaming

PostPosted: Sat Sep 20, 2014 5:45 pm
by zip
Did you add it ads a Live Stream and clicked the Check URL button?

Re: Webcam streaming

PostPosted: Sun Sep 21, 2014 9:53 am
by bakhanbeigi
Yes and the "X" will show after clicking on Check URL but I am sure that the url exists.

Re: Webcam streaming

PostPosted: Mon Sep 22, 2014 10:21 am
by zip
what do you get when you run

ffmpeg -i "http://192.168.1.4:8081/stream.flv"