Page 1 of 1

Streaming lossless audio

Posted: 06 Dec 2003 01:23
by Howard
Folks,

I need to stream (and play) lossless audio via vlc. The preference is to stream a wav file containg pcm audio data but any lossless encoding (such as flac) would be fine.

Any ideas?

I thought I saw flac streaming in 0.7.0-test1 but I haven't been able to get that to work.

Any assistance would be greatly appreciated. Thanks!

Regards,

Howard

Posted: 08 Dec 2003 00:44
by Gibalou
The development version of VLC supports FLAC streaming over http (inside an Ogg container). You need a pretty recent version though.

Try this one:
http://vthr.via.ecp.fr/~videolan/build/ ... 072225.zip

Streaming Lossless Audio

Posted: 08 Dec 2003 18:36
by Howard
Thanks for the reply. Interesting but we stream via multicast hance a solution incolving TCP won'stream won't work....

How difficult would ity be to mux a FLAC stream into a ts stream and stream it via the sout option?

Thanks.

Regards,

Howard

Posted: 11 Dec 2003 13:27
by Dnumgis
Try the rtp features in 0.7.0-test1, I think they support pcm streaming (at least it is possible with rtp)

Posted: 11 Dec 2003 14:52
by The DJ
be aware that this is new functionality that is undocumented, unimplemented in the GUI and untested.