Webcam 7Links as channel
Added by Anonymous about 7 years ago
Hello,
First of all my english really bad
I have a Webcam that I want to add to Tvheadend as a channel.
I can call it in the browser and in vlc under the address:
http://192.168.1.100:111/videostream.asf (For this one i get an pop up for the username and password)
OR
http://192.168.1.100:111/snapshot.cgi?user=[user]&pwd=[pwd]
I tried to make it as described here
http://tvheadend.org/boards/5/topics/26121
I have add a network, called 'cams', with default values.
Then i have add a muxes with default values and the network 'cams'.
As last I have ffmpeg installed, this also seems to work, but now I do not know any more.
I hope it was understandable what I mean.
Replies (2)
RE: Webcam 7Links as channel - Added by Anonymous about 7 years ago
Ok I have managed to get a picture but not a stream!
The url for the muxes is:
pipe:///usr/local/bin/ffmpeg -loglevel fatal -i http://[IP]:[Port]/snapshot.cgi?user=[user]&pwd=[pwd] -vcodec libx264 -acodec aac -strict -2 -mbd rd -copyinkf -flags +ilme+ildct -fflags +genpts -metadata service_provider=Webcam -metadata service_name=Wohnzimmer -f mpegts -tune zerolatency pipe:1
Has anyone ne idea how I am now in a video get?
Can I get the url with the pipe command somehow repeatedly called again?
RE: Webcam 7Links as channel - Added by Robert Cameron about 7 years ago
The url you are posting looks like it only presents a single image ("snapshot"), not a video stream. Is there a url to your webcam's mjepg or h264 stream? Maybe an rtp stream?