I have some problem : the sound is "choppy" when I use VLM..
When I run VLC directly (without VLM) : no problem, the sound goes OK:
Code: Select all
/usr/bin/vlc --crop 4:3 --aspect-ratio 16:9 -d -f -L --volume 512 --mouse-hide-timeout 0 --telnet-host 127.0.0.1 --telnet-password dEEfair47 --deinterlace-mode blend /appli/user/media/mavideo.avi
Code: Select all
launch command :
/usr/bin/vlc --intf telnet --crop 4:3 --aspect-ratio 16:9 -d -f -L --no-video-title-show --volume 512 --mouse-hide-timeout 0 --telnet-host 127.0.0.1 --telnet-password dEEfair47 --deinterlace-mode blend --vlm-conf /appli/user/script/vlm.conf
Content of vlm.conf :
new webMedia broadcast enabled loop input "/appli/user/media/mavideo.avi" output #display
control webMedia play
Thanks a lot