Hi to all!
I'm trying to use VLM to stream a camera over the network.
If I use VLC all work fine:
INPUT
dshow:// :dshow-vdev="Logitech QuickCam Fusion" :dshow-adev="Logitech Microphone (Fusion)" :dshow-size="320x240"
OUTPUT
:sout=#transcode{vcodec=DIV3,vb=1024,scale=1,acodec=mp3,ab=256,channels=2}:duplicate{dst=std{access=rtp,mux=ts,dst=192.168.2.31:1234}}
But if I try the same with VLM (both via telnet or http interface) the stream start but when I try to stop it VLM crashes !
If I start the http interface with the classical GUI in a way like this:
VLC --extraintf http
all works fine
Any idea ?
Thanks!
Francesco