I have a problem with recent Windows builds (vlc-0.8.5-test1-20060317-0002). I have a simple VLM script to open a dshow device (webcam).
Nightbuild from 15.2.2006 works fine, as expected, but up-to-date builds don´t.
Code: Select all
main: creating vlm
main debug: thread 3776 (vlm thread) created at priority 0 (misc/vlm.c:105)
main warning: drive letter C: found in source
main debug: creating access '' path='C:\pracovni\vlc-0.8.5-test1-20060317-0002\kamera.vlm'
main debug: looking for access2 module: 5 candidates
vcd debug: trying .cue file: C:\pracovni\vlc-0.8.5-test1-20060317-0002\kamera.cue
access_file debug: opening file `C:\pracovni\vlc-0.8.5-test1-20060317-0002\kamera.vlm'
main debug: using access2 module "access_file"
main debug: pre buffering
main debug: creating statistics handler
main debug: received first data for our buffer
main debug: removing module "access_file"
Code: Select all
vlc -I telnet --extraintf rc --vlm-conf kamera.vlm
Albert