Re: [vdr] AllwinnerA20: vdr-sxfe dies after switching to radio station TV stations OK

2014-06-17 Thread Infonux
Hi, set Visualization to Off in "setup/plugins/xineliboutput" or stop your VDR service, and edit setup.conf to modify xineliboutput.Audio.Visualization = none Zouhair. Le mardi 17 juin 2014 "cedric.dew...@telfort.nl" a écrit: > Hi All, > I have installed VDR 1.7.28 on my olimex allwinner A20

Re: [vdr] vdr-iptv "sh -c" iptvstream.sh issue (solved)

2013-12-24 Thread Infonux
Hi, I forgot to mention that I use "busybox" (no bash) Fixed, by patching protocolext.c --- protocolext.c_orig 2013-04-01 03:20:00.0 +0200 +++ protocolext.c 2013-12-24 16:28:51.425960222 +0100 @@ -20,7 +20,7 @@ #include "protocolext.h" #ifndef EXTSHELL -#define EXTSHELL "/bin/b

Re: [vdr] vdr-1.7.22 error while reading (config files...)

2012-01-08 Thread Infonux
debug using strace: stat64(0xb67818, 0x7f939de8)= 0 stat64(0xb67818, 0x7f939de8)= 0 access("/media/setup.conf", F_OK) = 0 gettid()= 1609 time([1326035707]) = 1326035707 open("/etc/TZ", O_RDONLY) = 4 re

Re: [vdr] vdr-1.7.22 error while reading (config files...)

2012-01-08 Thread Infonux
1) I forgot to report that vdr is compiled with flowing patch: Index: vdr-1.7.22/libsi/si.c === --- vdr-1.7.22.orig/libsi/si.c 2011-03-22 12:19:25.694769064 +0100 +++ vdr-1.7.22/libsi/si.c 2011-03-22 12:20:07.526770314 +0100 @@

[vdr] vdr-1.7.22 error while reading (config files...)

2012-01-07 Thread Infonux
Hi, i can't get working vdr-1.7.22 in my "mips box" based on openwrt. the VDR not able to get configuration from some files. root@dvb:/media# vdr -Pxineliboutput -c /media vdr: error while reading '/media/sources.conf' vdr: error while reading '/media/channels.conf' vdr: error while reading '/med

Re: [vdr] vdr-1.7.22 mips_uClibc-0.9.30.1 (tools.c canonicalize_file_name...)

2012-01-04 Thread Infonux
Wed, 4 Jan 2012 14:46:18 +0100 Infonux wrote: solved by removing FADVISE and ... http://svn.exactcode.de/t2/trunk/package/base/uclibc/patches/vdr-realpath.patch http://www.vdr-portal.de/index.php?page=Thread&postid=641884 vdr-1.7.22_uClibc-0.9.30.1_fix_build.patch.gz Description: GNU

[vdr] vdr-1.7.22 mips_uClibc-0.9.30.1 (tools.c canonicalize_file_name...)

2012-01-04 Thread Infonux
Hi, I try to compile vdr for openwrt (r29611) but I get the following errors tools.c: In function 'char* ReadLink(const char*)': tools.c:514: error: 'canonicalize_file_name' was not declared in this scope tools.c: In member function 'int cUnbufferedFile::Open(const more info in attached file.

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

2011-11-09 Thread Infonux
Tue, 8 Nov 2011 12:45:16 -0800 (PST) Chris Rankin 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

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 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_h

[vdr] iptv plugin+CAM support

2011-11-05 Thread Infonux
Thu Aug 28 09:29:57 CEST 2008 >> Support for CAM seems to be nowadays one of the top requested >> features for the iptv plugin. I guess that encrypted streams are >> becoming more popular in the iptv world altogether. >> >> It turns out that implementing CAM support to iptv is quite tricky. >> One