[MPlayer-users] dvb:// channel file

David Highley dhighley at highley-recommended.com
Sun Mar 11 02:55:16 CET 2007


"Nico Sabbi wrote:"
> 
> 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.

That is it, at the same time mplayer updated I added the HD tuner card
into the mythtv setup. Now I'm not sure I like that as I would only be
able to go through the mythtv front end to watch live TV. It also must
have quit before it tried opening the channel.conf file which made me
think there was a change in what file it read by default. Thanks

> 
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
> 



More information about the MPlayer-users mailing list