Ok, so I'm playing with streaming a single capture source multiple times at different bitrates (not sure if this is possable but going to give it a go) -
Anyway starting with the basics and loading vlc with this command line:
vlc --vlm-conf test.txt
the vlm config file is:
new channel1 broadcast enabled
setup stream input dshow://
setup stream option no-dshow-config
setup stream option dshow-caching=200
setup stream option
#transcode{vcodec=DIV3,vb=128,scale=1,acodec=mp3,ab=64,channels=2}:std{access=
mmsh,mux=asfh,url=:1025
control channel1 play
but all I get is the player starting - have I missed something completly obvious?
I've tried using the telnet interface as well and all I get is:
> load : Unable to load from file
> load : error while loading file
A channel is created but thats about it:
> show
channel1
type : broadcast
enabled : yes
loop : no
inputs
output :
options
instances
I need this to work as a command line so it can start in a BAT file.
Thanks