Hi Lou
Am Freitag, 13. Januar 2012 schrieb Lou:
> Where can I find tarballs for vdr 1.4.x? Your webspace only ships
> version patches (diff)
You can clone a git repository of all released versions of VDR:
$ git clone git://projects.vdr-developer.org/vdr.git
There used to be a Web-Access to that
thanks VDR User!
I was able to compile 1.4.0 , so I'll test this one.
On 13.01.2012 21:27, VDR User wrote:
Where can I find tarballs for vdr 1.4.x? Your webspace only ships version
patches (diff)
ftp://ftp.tvdr.de/vdr/
___
vdr mailing list
vdr@l
On Fri, Jan 13, 2012 at 11:33 AM, Lou wrote:
> Where can I find tarballs for vdr 1.4.x? Your webspace only ships version
> patches (diff)
ftp://ftp.tvdr.de/vdr/
___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
There's a change in RunningStatusPausing between 1.3.9 and 1.5.0:
the only reference I found is in epg.c:
grep -rhI "SI::RunningStatusPausing" vdr-1.3.9/
return runningStatus >= (OrAboutToStart ?
SI::RunningStatusStartsInAFewSeconds : SI::RunningStatusPausing);
if (CheckRunningStatus && p-
On 13.01.2012 18:03, Lou wrote:
Hello klaus
I tested status 3 handling against:
- vdr-1.7.0, vdr-1.7.1, vdr-1.7.2
- vdr-1.6.0
- vdr-1.5.14
None of them showed a reaction during "status 3" , only syslog and dvbsnoop
point out that this event is pausing.
Strange. I do remember that this used t
Hello klaus
I tested status 3 handling against:
- vdr-1.7.0, vdr-1.7.1, vdr-1.7.2
- vdr-1.6.0
- vdr-1.5.14
None of them showed a reaction during "status 3" , only syslog and
dvbsnoop point out that this event is pausing.
Any pointers where to look at in the code?
On 11.01.2012 16:37, Klaus