VDR developer version 1.7.2 is now available at
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.7.2.tar.bz2
A 'diff' against the previous version is available at
ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.7.1-1.7.2.diff
WARNING: ========
This is a *developer* version. Even though *I* use it in my productive environment, I strongly recommend that you only use it under controlled conditions and for testing and debugging.
The main focus of this version is the switch to the S2API driver API. Anybody who has contributed patches that adapt VDR to the S2API should please verify whether tuning their devices works as expected.
Note that for the moment Transfer Mode replay on Full Featured DVB cards still uses TS->PES conversion. This will hopefully be replaced by pure TS replay later.
The changes since version 1.7.1:
- Added a note about 'Id' being obsolete to the description of cDevice::PlayAudio(). - Switched to the new S2API driver API, which was decided to become the official DVB API in the kernel (based on patches from Igor M. Liplianin, Niels Wagenaar and Edgar Hucek). VDR now uses the S2API driver from http://linuxtv.org/hg/v4l-dvb. In order to correctly detect DVB-S2 capable devices, you need to apply the patch from ftp://ftp.cadsoft.de/vdr/Developer/v4l-dvb-s2api-add-s2-capability.diff to the driver source, because the S2API doesn't provide a way of telling whether a device can handle DVB-S2 transponders. - The cDvbTuner::IsTunedTo() function now also checks the symbol rate in case of DVB-S and DVB-C. - Improved handling PES video packets with zero length when converting from TS to PES. For good replay in Transfer Mode on full featured DVB cards you may want to apply the patch from ftp://ftp.cadsoft.de/vdr/Developer/av7110_v4ldvb_api5_audiobuf_test_1 to the driver (thanks to Oliver Endriss).
Have fun!
Klaus
On Sun, Dec 14, 2008 at 7:36 AM, Klaus Schmidinger Klaus.Schmidinger@cadsoft.de wrote:
For good replay in Transfer Mode on full featured DVB cards you may want to apply the patch from ftp://ftp.cadsoft.de/vdr/Developer/av7110_v4ldvb_api5_audiobuf_test_1 to the driver (thanks to Oliver Endriss).
url should be: ftp://ftp.cadsoft.de/vdr/Developer/av7110_v4ldvb_api5_audiobuf_test_1.diff
On 14.12.2008 16:54, VDR User wrote:
On Sun, Dec 14, 2008 at 7:36 AM, Klaus Schmidinger Klaus.Schmidinger@cadsoft.de wrote:
For good replay in Transfer Mode on full featured DVB cards you may want to apply the patch from ftp://ftp.cadsoft.de/vdr/Developer/av7110_v4ldvb_api5_audiobuf_test_1 to the driver (thanks to Oliver Endriss).
url should be: ftp://ftp.cadsoft.de/vdr/Developer/av7110_v4ldvb_api5_audiobuf_test_1.diff
Sorry, that happened when I copy/pasted the history entries. The HISTORY file has it right.
Klaus
Hello
Am Sonntag, 14. Dezember 2008 schrieb Klaus Schmidinger:
VDR developer version 1.7.2 is now available at
I just updated the VDR readonly sources Git tree hosted at http://projects.vdr-developer.org/projects/show/vdr
The two public gitweb-access sites are in sync and can be found under these urls: http://git.gekrumbel.de/vdr.git http://projects.vdr-developer.org/git/?p=vdr.git
Regards Dieter
Hi,
APIVERSION should have been changed to 1.7.1 at release 1.7.1 already as it introduced cDevice::PlayTs() and vdr-xine-0.9.0 relies on APIVERSION >= 10701 to support vdr-1.7.2.
When switching from a TV channel to a radio channel, vpid isn't reset in cPatPmtParser and hence, vdr-xine-0.9.0 waits for video frames to arrive which will not happen. As a result, one won't hear anything from the radio channel until restarting VDR.
Bye.