vdr-plugin-xine

Christian Schoenebeck pkg-vdr-dvb-devel@lists.alioth.debian.org
Tue, 17 May 2005 03:07:36 +0200


Es geschah am Montag 16 Mai 2005 01:47 als Darren Salt schrieb:
> > Ah, I figured out that last problem. The -r switch has to be encapsulated
> > into the -P argument of vdr:
> >
> >  vdr -c /etc/vdr -E /home/me/vdr/ -P"xine -r"
> >
> > I think that's not quite clear from the manual / readme files. Please,
> > think about adding that!
>
> This is adequately documented in vdr(1): an example, quoted as you
> describe, is present.

Well, but as -r from the example above is a plugin dependant parameter, I just 
looked into /usr/share/doc/vdr-plugin-xine/* and MANUAL.gz was not specific 
enought IMO in case, neither is it in some other cases. Anway, it was just a 
suggestion...

Es geschah am Montag 16 Mai 2005 01:50 als Darren Salt schrieb:
> I demand that Christian Schoenebeck may or may not have written...
>
> > Es geschah am Samstag, 14. Mai 2005 23:00 als Darren Salt schrieb:
>
> [snip]
>
> >> Or you could use gxine, which has VDR support by default. There's a CVS
> >
> > I installed that gxine package, but it doesn't work at all. It simply
> > refuses to start:
> >
> >  me@mybox:/home# gxine --verbose
> >  bind: No such file or directory
> >  me@mybox:/home#
>
> That looks like it's failing when setting up to allow gxine_client to
> connect. If you can provide any more information - filename (which should
> look like ~/.gxine/socket; you'll need to set a breakpoint on perror),
> 'strace -f' output - that may be useful.

It tries to access /home/me/.gxine/socket, but the .gxine directory doesn't 
even exist. Other calls which fail (each error case only listed once):

 access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or 
 directory)
 ...
 open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or 
 directory)
 ...
 open("/usr/lib/charset.alias", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such 
 file or directory)
 ...
 connect(6, {sa_family=AF_FILE, path="/var/run/.nscd_socket"}, 110) = -1 
 ENOENT (No such file or directory)
 ...
 unlink("/tmp/gxine_6082")               = -1 ENOENT (No such file or 
 directory)

CU
Christian