Here are my VLM configuration files and VLC clients are launched like this : vlc vlm.m3
vlm.cfg :
new canal1 vod enabled
setup canal1 input "/mp3/01 - Track 1.mp3"
setup canal1 input "/mp3/02 - Track 2.mp3"
setup canal1 input "/mp3/03 - Track 3.mp3"
vlm.m3u :
#EXTM3U
#EXTINF:0,1 - Misc
rtsp://192.168.1.254:8082/canal1
Can VLC clients display track's names instead of the name from my m3u file? How?
Thanks