View Single Post
Posts: 43 | Thanked: 22 times | Joined on May 2008 @ EU
#85
Thanks, i got it working (you might have posted when i edited the post above). I already changed the knots config, and
$ ./svdrpsend.pl -d localhost -p 2002 LSTC

reports the same channel listing as streamdev. (you might consider to use SVDRP channel list instead of the streamdev grabber)

$ telnet <vdr-ip> <svdr-pot>
...
LSTC


will give you the channels.conf in my case this is:

Code:
$ telnet 192.168.1.100 2002
Trying 192.168.1.100...
Connected to 192.168.1.100.
Escape character is '^]'.
220 mtron-server SVDRP VideoDiskRecorder 1.6.0-2; Thu Nov  6 11:45:29 2008; iso8859-1
$ LSTC
250-1 arte;ARD:10743:hC56:S19.2E:22000:401:402=deu,403=fra:404:0:28724:1:1051:0
250-2 Phoenix;ARD:10743:hC56:S19.2E:22000:501:502=deu:504:0:28725:1:1051:0
250-3 Das Erste;ARD:11836:hC34:S19.2E:27500:101:102=deu,103=2ch;106=dd:104:0:28106:1:1101:0
...
the svdr Syntax: http://www.linuxtv.org/vdrwiki/index.php/Svdrp

Is there any way i could debug why the epg only reaches knots for some channels? I guess you use LSTE to get the epg data? This outputs massive amounts of data on my system, maybe too much to handle for knots?

A Clock on the EPG screen that displays the current time would be useful Or even better a progress bar could be used to show the remaining runtime of the current event (according to the epg data transmitted)

Cheers!

Last edited by mtron; 2008-11-06 at 11:21.