Mailing List archive

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

[vdr] Re: LiveAC3 and PW



Hello,

Thanks for the Patch! Works fine for Premiere One and Premiere Movie 1.

MfG  Uwe

PS: For Kabel the channel.conf Settings:

PW ONE:378:h:0:6900:3071:3072;3075:0:101:51
PW MOVIE 1:370:h:0:6900:511:512;515:0:101:10


>
> Hi
>
> A couple of people reported problems with LiveAC3 and PW channels. It appears
> as if PW uses PS packets that are larger that the availabe buffer space in
> cLiveAC3. The attached patch increases buffer size to 12Kbytes, which appears
> to be enough.
>
> Have fun
>
>    Andreas
>
> ===== dvbapi.h 1.6 vs edited =====
> --- 1.6/dvbapi.h        Mon Apr 22 12:34:02 2002
> +++ edited/dvbapi.h     Sun Apr 28 15:28:52 2002
> @@ -461,7 +461,7 @@
>    sigset_t oldset;
>    bool active;
>    bool busy;
> -  uint8_t buffer[6144];
> +  uint8_t buffer[12*1024];
>    int fd_dolby;
>    virtual void StripAudioPackets(unsigned char *b, int Length, unsigned char
> Except = 0x00);
>    virtual bool SetDpid1(int Dpid, dmxOutput_t Output);
>







Home | Main Index | Thread Index