Page 1 of 1

unknow error in script (player list)

Posted: 08 Jun 2006 13:50
by e6964822
Hello,

I write this script:

/usr/bin/vlc -I dummy file/directory:///home/user/Desktop/Radio-v21/src/mp3 --random --sout='#std{access=rtp,mux=ts,2,url=228.1.1.1:1234}' -L

And message come:

VLC media player 0.8.4a Janus
[00000274] dummy interface: Using the dummy interface module...
[00000292] access_file access error: unknown file type for `/home/user/Desktop/Radio-v21/src/mp3'

This same scritp goes well in WIndows. This mp3 file exist.
I try write
... file/directory://home/user/Desktop/Radio-v21/src/mp3...

and error come to:
[user@sessions src]$ /usr/bin/vlc -I dummy file/directory://home/user/Desktop/Radio-v21/src/mp3 --random --sout='#std{access=rtp,mux=ts,2,url=228.1.1.1:1234}' -L
VLC media player 0.8.4a Janus
[00000274] dummy interface: Using the dummy interface module...
[00000292] access_gnomevfs access error: cannot get file info for uri file://home/user/Desktop/Radio-v21/src/mp3 (No se ha encontrado el archivo)
[00000283] main input error: no suitable access module for `file/directory://home/user/Desktop/Radio-v21/src/mp3'
[00000305] access_gnomevfs access error: cannot get file info for uri file://home/user/Desktop/Radio-v21/src/mp3 (No se ha encontrado el archivo)






Than you very mush.

I LOVE VLC FOREVER!

Posted: 08 Jun 2006 14:25
by yoann
Could you try to remove the 'file/directory://' thing and just use '/home/user/Desktop/Radio-v21/src/mp3' instead?

Posted: 12 Jun 2006 10:48
by e6964822
Could you try to remove the 'file/directory://' thing and just use '/home/user/Desktop/Radio-v21/src/mp3' instead?



[user@sessions src]$ /usr/bin/vlc -I dummy /home/user/Desktop/Radio-v21/src/mp3/ --random --sout='#std{access=rtp,mux=ts,2,url=228.1.1.1:1234}' -L

VLC media player 0.8.4a Janus
[00000274] dummy interface: Using the dummy interface module...
libdvdnav: Using dvdnav version 0.1.10 from http://dvd.sf.net
libdvdread: Using libdvdcss version 1.2.9 for DVD access
libdvdread: Couldn't find device name.
libdvdnav: Can't read name block. Probably not a DVD-ROM device.
libdvdnav: Unable to find map file '/home/user/.dvdnav/.map'
libdvdnav:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFilePath:findDVDFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: faild to read VIDEO_TS.IFO

Ok

Posted: 12 Jun 2006 11:25
by e6964822
The error comes but VLC goes well.

Thank you very mush.