Mailing List archive

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

[linux-dvb] Re: ac3 playback - please help !!!




Hi,

On Thu, Jul 26, Martin Hoffmann wrote:

> No success :-(
> 
> I've tried the following variations:
> 
> linux:/home/martin/VDR # ./vdr -w 60 -v /video0 -a "play-ac3 -"
> linux:/home/martin/VDR # ./vdr -w 60 -v /video0 -a
> "/home/martin/emu10k1/utils/play-ac3/play-ac3 -"
> 
> Starting the playback always gives the message "Reading from stdin.", where
> i started vdr and no sound can be heard :-(
> 
> And i have again tried : (without "-")
> linux:/home/martin/VDR # ./vdr -w 60 -v /video0 -a
> "/home/martin/emu10k1/utils/play-ac3/play-ac3"
> Which gives me "Usage: play-ac3 <filename | ->" !

ok, here is a little more complex solution:

o create a pipe device like "mkfifo /dev/ac3sound"
o start play-ac3 and let it read from the pipedevice "play-ac3/dev/ac3sound"
o start vdr with vdr ... -a "tee >/dev/ac3sound"


-- 
Mit freundlichen Gruessen,

	Dieter Bloms (Dieter.Bloms@suse.de)

--------------------------------------------------------------------
SuSE Linux Solutions AG,    Tel:   +49-911-74053653 
Deutschherrnstr. 15-19,     Fax:   +49-911-74053674
90429 Nuernberg,            Email: Dieter.Bloms@suse.de 
Germany                     WWW:   http://www.suse.de
--------------------------------------------------------------------

Key fingerprint = C54E EAD2 784A 5402 C4E4  A58A 414A AEA1 9038 7583


-- No attachments (even text) are allowed --
-- Type: application/pgp-signature



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index