diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-26 11:58:54 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-04-26 11:58:54 +0200 |
commit | fd0774c811fca36db9cc1200037e8e8ee2608bb8 (patch) | |
tree | 0db5d193d8ce0d2e3dd4b86509ccac416b6d5ebd /HISTORY | |
parent | f53912de1e265edbf166eac640b5509b0fd25356 (diff) | |
download | vdr-fd0774c811fca36db9cc1200037e8e8ee2608bb8.tar.gz vdr-fd0774c811fca36db9cc1200037e8e8ee2608bb8.tar.bz2 |
The PCR PID can now be set separately from the video PID
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -2054,8 +2054,14 @@ Video Disk Recorder Revision History your remote control while watching live video to start an instant recording of the current programme and immediately start replaying that recording. -2003-04-25: Version 1.1.29 +2003-04-26: Version 1.1.29 - Fixed detecting broken connection to the LIRC daemon (thanks to Ludwig Nussel). - Now sending CA descriptors to the CAM in the same sequence as they were originally received (thanks to Stefan Huelswitt). +- The PCR PID can now be set separately from the video PID. The syntax in the + 'channels.conf' file is, for example, ...:164+17:..., where 164 is the video PID + and 17 is the PCR PID. The separator is a '+' sign, not a comma or semicolon as + with the audio PIDs, because this is not an alternate PID, but rather an + additional, necessary PID. In order to use this feature you need a driver version + dated 2003-04-27 or higher (setting the PCR PID didn't work in earlier versions). |