Hi all,
Could anyone please tell me how to load cfg files when using VLM? I have read the tutorial on VLM but I still not understand it.
What I would like to do is to display two encoded videos of the same content: one of high resolution and quality and the second one of lower resolution and quality. The higher resolution should be displayed on PC and the lower resolution streamed to Laptop so that at the same time I have high quality video running on a PC and low quality video on a laptop. I know that this could be achieved with transcoding: I have tried this and it works, but I would like to avoid transcoding. I am running Windows XP with VLC 0.8.5. I have used the following cfg file:
new channel1 broadcast enabled
setup channel1 input D:\test.avi
setup channel1 output #display
new channel2 broadcast enabled
setup channel2 input D:\test_quarter.mpg
setup channel2 output #standard{access=udp,mux=ts,dst=192.168.0.200:1234,name="Channel 2"}
control channel1 play
control channel2 play
and run the command
vlc --vlm -conf="vlmcfg.cfg" -I="telnet"
but it does not work. Could anyone please tell me what I am doing wrong? Have I udestood VLM correctly - can this problem be solved with VLM? I suspect it has something to do with loading of cfg files. Your help would really be much appriciated as I have tried this many times but not succeeded. Thanks in advance.
tonino