Page 1 of 1

stream out error: no suitable sout mux modul

Posted: 18 Feb 2013 10:16
by ll2
Hi,

I have this error.

[0x6f1cd8] stream_out_standard stream out error: no suitable sout mux module for `livehttp{seglen=10,index=/var/www/html/demo/medium.m3u8,index-url=http://37.188.125.31/demo/medium-###### ... #######.ts'

What module do I need to enable to make this work?

Thank you.

LL2

Re: stream out error: no suitable sout mux modul

Posted: 18 Feb 2013 17:59
by Jean-Baptiste Kempf
Give all the logs...

Re: stream out error: no suitable sout mux modul

Posted: 18 Feb 2013 18:57
by RĂ©mi Denis-Courmont
Looks like a syntax error.

Re: stream out error: no suitable sout mux modul

Posted: 19 Feb 2013 09:43
by ll2
Hi,


I found out what is wrong.


I needed to compile another version of vlc.
./configure --enable-dvbpsi

dvbpsi is responsible for missing module.

There is a libdvbpsi which needs to be installed but not the latest (1.0) version because that does not compile.
I used 0.2.2 of libdvbpsi. That can be downloaded here http://download.videolan.org/libdvbpsi/

Ll2