Support #86
Updated by rdnzl over 1 year ago
I trying to get three Linksys WVC200 camera`s working using there mjpeg stream. The stream is working if u execute it as user in an terminal screen
<pre>
mplayer -nocache -user admin -passwd password -quiet http://192.168.110.81/img/video.mjpeg
</pre>
But when Domotiga is starting the stream it starts the stream as
<pre>
sh -c mplayer -wid 48237801 -user admin -passwd password -quiet http://192.168.110.81/img/video.mjpeg
mplayer -wid 48237801 -user admin -passwd password -quiet http://192.168.110.81/img/video.mjpeg
mplayer -wid 48237801 -user admin -passwd password -quiet http://192.168.110.81/img/video.mjpeg
</pre>
However the -wid command seems to be invalid and therefore the stream is not starting
Where can i delete the -wid command ?