When using the GUI and loading a vlm config file everything runs fine for a few hours, then some of the vlm items stop playing. I think it may be due to CPU load or memory leak.
I have to work in an Windows environment so I'm writing a script to kill the process and relaunch at regular intervals.
In the bat file, i'm using:
Code: Select all
@echo off
c:
cd\
cd "program files\videolan\vlc"
start vlc -I qt --vlm-conf c:\vlmtest.txt
My current option is to launch it with the telnet interface, which works, however I wanted to use to GUI so the operators working with the system can see if all the items in the VLM list are in a 'play' mode.
So my two questions:
1) Is there a way to launch VLM from a .bat while launching VLC?
2) If the telnet interface is the only/best option, how can I provide a status display while it is running?
Any help would be greatly appreciated.
Kind Regards,
Kevin