[Icecast] mount type=default problems

Marvin Scholz epirat07 at gmail.com
Wed Nov 2 11:05:13 UTC 2016


Which Icecast Version are you using? This sounds like a bug that was 
fixed in recent versions.
2.4 is not exact enough, we need to know the full version number, please 
:)

On 2 Nov 2016, at 10:52, unosonic wrote:

>
> hello,
>
> this is a bit special I guess...
> Icercast 2.4
>
> I have several mounts of type=normal, with staticly defined 
> user/password
> as well as dynamic authentication via url, e.g.:
>
> <mount type="normal">
> 	...
> 	<password>something</password>
> 	...
> </mount>
>
> <mount type="normal">
> 	...
> 	<authentication type="url">
> 		<option name="stream_auth" value="http://my.api/streamAuth"/>
> 		<option name="auth_header" value="x-is-authenticated: 200 OK" />
> 	</authentication>
> 	...
> </mount>
>
> this all works fine and stable. BUT when i add
>
> <mount type="default">
> 	<authentication type="url">
> 		<option name="stream_auth" value="http://my.api/streamAuth"/>
> 		<option name="auth_header" value="x-is-authenticated: 200 OK" />
> 	</authentication>
> </mount>
>
> Icecast crashes on start, not logging anything (loglevel 4).
> strace gives me +++ killed by SIGSEGV +++
> (see http://pastebin.com/iQefpZbR)
>
> What's wrong?
> Can't type=default coexist with type=normal? It shouldn't crash
> anyway...
>
> thx, uno
>
> _______________________________________________
> Icecast mailing list
> Icecast at xiph.org
> http://lists.xiph.org/mailman/listinfo/icecast



More information about the Icecast mailing list