Page 1 of 1

Why VLM works differen from VLC ?

Posted: 03 Jan 2007 20:14
by francescoIT
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

One more question

Posted: 03 Jan 2007 20:40
by francescoIT
One more question:
As I said if I start VLM with the classical GUI all works fine

VLC --extraintf http (or telnet)

But when I try one of this when I stop the camere VLM crashes:

VLC -I http
VLC -I telnet --extraintf http

The problem is that I need both the http and the telnet interface, but without the GUI the system crash.

So, there is a way to start the GUI, the http and the telnet interface ?
I do not know something like:

VLC --extraintf http and telnet

Any help ?

Francesco

Posted: 22 Jan 2007 14:03
by dionoea
--extraintf http,telnet or http:telnet should work.