Re: [vdr] vdr-1.7.1 video stream format

2008-11-26 Thread Stefan Lucke
On Tuesday 25 November 2008, Frank Schmirler wrote:
 On Mon, 24 Nov 2008 17:42:28 +0100, Stefan Lucke wrote
  On Monday 24 November 2008, Frank Schmirler wrote:
   Unless I've overlooked some section repacker somewhere, there's a bug in
   cPatPmtGenerator. I've already sent the attached patch to Klaus, but he 
   didn't
   have time to look at it yet.
  
  Thanks,
  
  but things went worse with that on my system:
  audio disappeared and nothing more to dump in PlayVideo() :-( .
 
 Problem seems to be that my patch fixes the generator, but the same mistake is
 made while parsing the TS packet. I attached an extended patch which fixes
 parsing, too.
 
 According to the dumps you sent me (thanks!), vdr-1.7.1 cPatPmtGenerator *is*
 broken.

Sorry, but this version does not help much.

Without patch ffplay  mplayer can play dumped TS packets.
With patch mplayer plays fine whereas ffplay only plays audio (no video),
and softdevice only has some audible clicks.

My main concern is that softdevice  PlayTs*() never gets called and
while writing these lines, I found the typo PlayTS vs PlayTs.


-- 
Stefan Lucke

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[vdr] Right way to detect real name of channel

2008-11-26 Thread Andreas Brachold
Hi,

im looking for a right way to split long and short name of channel via
SVDRP.

The vdr man page say :
---
Some TV stations provide a way of deriving a short name from the
channel name, which can be used in situations where there is not much
space for displaying a  long  name.
If a short name is available for this channel, it follows the full name
and is delimited by a comma, ...
---

But her in Berlin exist a DVB-T channel with comma inside name 
94,3 rs2 

$ svdrpsend.pl lstc | cut -d ':' -f 1 | grep ','
250-4 RTL Television,RTL;RTL World
250-8 Super RTL,S RTL;RTL World
250-201 sunshine live,sunshine;BetaDigital
250-207 ANTENNE BAYERN,ANTENNE;BetaDigital
...
250-1002 94,3 rs2;MEDIA BROADCAST
...

Is this a provider mistake ? 
Or could vdr merge long and short channel name by a other character ?

Andreas

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr