Page 1 of 1

problem in path for VLM scripts under win32 recent builds

Posted: 17 Mar 2006 11:10
by Albert
Hello,
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"
It seems that there is a problem with path - drive C. I tried also shell command

Code: Select all

vlc -I telnet --extraintf rc --vlm-conf kamera.vlm
This works well in 15.2.2006 build but not in up-to-date-test1 build.
Albert