Hello. I've tried to play the new ts recordings with vlc and it seems that there is a typo in remux.c. --- remux.c.orig 2009-01-16 12:22:43.000000000 +0200 +++ remux.c 2009-01-16 12:23:39.000000000 +0200 @@ -320,7 +320,7 @@ uchar *cPatPmtGenerator::GetPmt(int &Index) { if (Index < numPmtPackets) { - IncCounter(patCounter, pmt[Index]); + IncCounter(pmtCounter, pmt[Index]); return pmt[Index++]; } return NULL; Good news is that vlc does show dvb subtitles from the ts recordings. BTW, here is a quick and ugly hack to get streamdev to compile with 1.7.3. http://users.utu.fi/mijutu/digitv/vdr/streamdev-pes_commented_out_for_vdr-1.7.3.diff This is not worth merging anywhere, but works if you want to try to record with 1.7.3 in a computer without actual dvb adapters. _______________________________________________ vdr mailing list vdr@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr