[MPlayer-users] dvb:// channel file

Nico Sabbi nicola_sabbi at fastwebnet.it
Sat Mar 10 23:02:20 CET 2007


David Highley wrote:

>It is not looking for any file named channels.conf.... Look at the
>attached strace log file.
>
>If it works you never look at the version, when it breaks you then
>report it against the broken version.
>
>  
>
>>stat("/home/dhighley/.mplayer/8.conf", 0x7fff2d5385a0) = -1 ENOENT (No such file or directory)
>>ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
>>ioctl(0, SNDCTL_TMR_START or TCSETS, {B38400 opost isig -icanon -echo ...}) = 0
>>ioctl(0, SNDCTL_TMR_TIMEBASE or TCGETS, {B38400 opost isig -icanon -echo ...}) = 0
>>write(1, "\nPlaying dvb://8.\n", 18)    = 18
>>open("dvb.ifo", O_RDONLY)               = -1 ENOENT (No such file or directory)
>>open("dvb.rar", O_RDONLY)               = -1 ENOENT (No such file or directory)
>>open("dvb.rar", O_RDONLY)               = -1 ENOENT (No such file or directory)
>>open("dvb.idx", O_RDONLY)               = -1 ENOENT (No such file or directory)
>>open("dvb.rar", O_RDONLY)               = -1 ENOENT (No such file or directory)
>>open("dvb.rar", O_RDONLY)               = -1 ENOENT (No such file or directory)
>>open("/home/dhighley/.mplayer/sub/dvb.ifo", O_RDONLY) = -1 ENOENT (No such file or directory)
>>open("/home/dhighley/.mplayer/sub/dvb.rar", O_RDONLY) = -1 ENOENT (No such file or directory)
>>open("/home/dhighley/.mplayer/sub/dvb.rar", O_RDONLY) = -1 ENOENT (No such file or directory)
>>open("/home/dhighley/.mplayer/sub/dvb.idx", O_RDONLY) = -1 ENOENT (No such file or directory)
>>open("/home/dhighley/.mplayer/sub/dvb.rar", O_RDONLY) = -1 ENOENT (No such file or directory)
>>open("/home/dhighley/.mplayer/sub/dvb.rar", O_RDONLY) = -1 ENOENT (No such file or directory)
>>open("/dev/dvb/adapter0/frontend0", O_RDWR|O_NONBLOCK) = -1 EBUSY (Device or resource busy)
>>open("/dev/dvb/adapter1/frontend0", O_RDWR|O_NONBLOCK) = -1 ENOENT (No such file or directory)
>>open("/dev/dvb/adapter2/frontend0", O_RDWR|O_NONBLOCK) = -1 ENOENT (No such file or directory)
>>open("/dev/dvb/adapter3/frontend0", O_RDWR|O_NONBLOCK) = -1 ENOENT (No such file or directory)
>>write(2, "DVB CONFIGURATION IS EMPTY, exit"..., 33DVB CONFIGURATION IS EMPTY, exit
>>) = 33
>>write(2, "Failed to open dvb://8.\n", 24Failed to open dvb://8.
>>) = 24
>>    
>>

that is the per-file configuration loading (e.g. as it dvb:// were a file)
while the other open() to the frontends return error codes (

-1 EBUSY maybe used by another application), 
thus the configuration file can't be recognized and opened.




More information about the MPlayer-users mailing list