Page 1 of 1

no sout mux module matched "flv"

Posted: 23 Jun 2010 14:03
by golfanto
Hy all,

I’m trying to setup streaming to FLV from a list of MP3 files.
But somehow I get always the same error message.
The version of VLC I’m using is the following: Win XP 32 / VLC 1.0.1.

My steps are the following. I go to the streaming interface (Media -> Streaming (ctr+s))
I add the MP3 files in the file selection window and select next on the next window.
As destination I select HTTP and press add leaving the standard port and ip.
In the transcoding section I select Audio - MP3 and activate the flv encapsulation.

It generates the following stream output string.:
:sout=#transcode{acodec=mp3,ab=128,channels=2,samplerate=44100}:std{access=http,mux=flv,dst=0.0.0.0:8080}


I get the following error:
main info: creating httpd
main error: no sout mux module matched "flv"
stream_out_standard error: no suitable sout mux module for `http/flv://0.0.0.0:8080'

I read some of the other posts, with similar errors. But I did not find any suitable solution.

Would be nice if someone could give me a hand with this.

Re: no sout mux module matched "flv"

Posted: 23 Jun 2010 18:25
by Jean-Baptiste Kempf
Use VLC 1.1.0

Re: no sout mux module matched "flv"

Posted: 26 Jun 2010 14:44
by ILEoo
Hi,

use dst=:8080/mystream.flv and remove mux=flv, or use mux=ffmpeg{mux=flv} as muxer