Tue, 8 Nov 2011 12:45:16 -0800 (PST) Chris Rankin rankincj@yahoo.com wrote:
can you give output of this command's please?
lsmod |grep dvb
$ lsmod |grep dvb em28xx_dvb 16720 11 cxd2820r 22613 3 em28xx_dvb dvb_core 67728 2 em28xx_dvb,cxd2820r em28xx 66067 1 em28xx_dvb usbcore 94143 9 em28xx_dvb,em28xx,snd_usb_audio,uvcvideo,snd_usbmidi_lib,usbhid,uhci_hcd,ehci_hcd
The adapter works fine with xine's native DVB plugin. (Provided VDR isn't already running, of course).
sudo ps auxww |grep vdr
# ps auxww | grep vdr root 2484 0.0 0.0 5272 1372 ? S 20:30 0:00 /bin/bash /usr/sbin/runvdr vdr 2489 1.9 1.0 111368 22172 ? Sl 20:30 0:08 /usr/sbin/vdr --lirc --vfat --userdump -s vdr-shutdown.sh -P xineliboutput --local=none --remote=37890 -P remote -i /dev/input/dvb-nano-remote
sudo netstat -napt |grep vdr
# netstat -napt |grep vdr tcp 0 0 0.0.0.0:6419 0.0.0.0:* LISTEN 2489/vdr tcp 0 0 0.0.0.0:37890 0.0.0.0:* LISTEN 2489/vdr tcp 0 0 127.0.0.1:37890 127.0.0.1:49042 ESTABLISHED 2489/vdr
# netstat -napt |grep xine tcp 0 0 127.0.0.1:49124 127.0.0.1:37890 ESTABLISHED 5058/xine
It all looks reasonable. I can even (sometimes) persuade elements of the OSD to appear in the xine-ui window by pressing buttons on my remote control. It's just that VDR doesn't appear to send any data.
Cheers, Chris
You can check if your have vdr support installed in your xine library with:
ls $(xine-config --plugindir)/*vdr*
you must have an output "xineplug_inp_xvdr.so" then, you can play using xine cmd line:
xine xvdr://127.0.0.1:37890
for better access, I suggest you install "xineliboutput-sxfe" (http://manpages.ubuntu.com/manpages/jaunty/man1/vdr-sxfe.1.html)
and try:
vdr-sxfe xvdr://127.0.0.1:37890