VDR-1.3.28: cVideoRepacker sucks (was: Re: VDR developer version 1.3.28)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Darren Salt wrote:

>>I don't have a good DTV signal and so the data stream will have errors in
>>it (though the picture is still watchable). Could this be the problem?
> 
> Could be. I have a good signal here and I'm not seeing any problems.
> (Relevant patches: the dvbplayer and replay patches are applied, and I've
> recently dropped the dvbspu patch.)

It definitely has to do with signal quality. The patch below triggers 
this issue on my maschine. I'll try to find a solution soon.

--- ../vdr-1.3.28-orig/remux.c  2005-07-30 12:23:00.000000000 +0200
+++ remux.c     2005-08-15 00:09:13.000000000 +0200
@@ -1063,6 +1063,8 @@ void cTS2PES::write_ipack(const uint8_t

  void cTS2PES::instant_repack(const uint8_t *Buf, int Count)
  {
+  *((uint8_t *)Buf) = 0x00;
+
    int c = 0;

    while (c < Count && (mpeg == 0 || (mpeg == 1 && found < 7) || ...

Bye.
-- 
Dipl.-Inform. (FH) Reinhard Nissl
mailto:rnissl@xxxxxx


[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux