Re: [vdr] No output via xineliboutput with VDR 1.7.21

2011-11-08 Thread Infonux
Le Mon, 7 Nov 2011 16:10:48 -0800 (PST)
Chris Rankin ranki...@yahoo.com a écrit:

 Hi,
 
 I have just tried installing VDR 1.7.21 (from Fedora RawHide), with
 the xineliboutput plugin from its git repository. I have managed to
 get xine to connect to VDR (I think - after I had added 127.0.0.1 to
 the allowed_hosts.conf file), but I am not receiving any output in
 the xine window. VDR seems to be processing events from my remote,
 and the channels all seem to have tuned in too - even the HD ones.
 But it's no good without either a picture or sound.
 
 Does anyone have any ideas, please?
 
 Thanks,
 Chris
 

can you give output of this command's please?

lsmod |grep dvb
sudo ps auxww |grep vdr
sudo netstat -napt |grep vdr

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Garbage time and date

2011-11-08 Thread Stuart Morris
I have set my VDR to update the system clock and this has been working
well for many years now. However I recently had a problem with my DVB-T
antenna system causing bad reception and it really screwed up the system
clock, ocasionally changing to the wrong date and time. I verified this
by looking at the system log.

I thought DVB packets were checked for integrity with a checksum.
How could this happen? Could it be that the shear volume of corrupted packets 
means that a simple checksum is not robust enough?

Thanks


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] No output via xineliboutput with VDR 1.7.21

2011-11-08 Thread Chris Rankin
 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


___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr