Mailing List archive

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

[vdr] Re: Bitstream out and Logitech Z-680



On Mon, May 03, 2004 at 11:43:22PM +0200, Are Årseth wrote:
> > May  3 22:57:47 [vdr] cBitStreamOut::Start() shm_malloc failed_
> > May  3 22:57:49 [vdr] ERROR: thread 49156 won't end (waited 2 seconds) -
> > cancelling it...
> 
> Ok, fixed this with an upgrade to 0.50e, but still no Ac3 :(
> 
> The plugin works for mp2, so I do get stereo out of the optical digital
> out. But when I try on a AC3 channel, (C+ Film 2) the sound mutes. The Log
> file has for the AC3 channel:
> 
> [vdr] bso(instream): Forwarding bitstream thread started (pid=27890,
> tid=294927
> [vdr] bso(instream): Forwarding bitstream thread ended (pid=27882,
> tid=262158)

Maybe I should add a new option:  Open the soundcards S/P-DIF out
as real audio PCM out because Logitech Z-680 doesn't handle AC3
encapsulated in PCM forwarded with the standard none audio S/P-DIF
transport protocol.

Could you please check this with a simple one liner change in

       bitstreamout/spdif.c at line 380:

just change

        ch.status[0] = IEC958_AES0_NONAUDIO;

to

        ch.status[0] = 0;

and report the result, many thanks ;^)


        Werner

-- 
AC3 loop through sound card http://bitstreamout.sourceforge.net/
Howto http://www.vdr-portal.de/board/thread.php?threadid=1958
------------------------------------------------------------------
 "Having a smoking section in a restaurant is like having
         a  peeing section in a swimming pool." -- Edward Burr


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index