« Return to Thread: on-demand stream relay

Re: on-demand stream relay

by A. Craig West :: Rate this Message:

Reply to Author | View in Thread

2009/4/24 Karl Heyes <karl@...>:
> yes it is a pull relay, so there would need to be a way for the remote
> icecast to connect to the local icecast. You can use a dynamic dns mechanism
> if the IP can change.
>
> The only way you could get something to push content onto the remote icecast
> is if you hooked into the auth url listener add handler and issued a remote
> request to start the push but you would have the same concerns as you have
> with an on-demand relay, addressing the local server.

The one thought I had is to write client-side code that checks the
number of listener's on the mount, and supplies a null stream if the
listener count is 0. Probably the best way to implement it, really....
-Craig
_______________________________________________
Icecast mailing list
Icecast@...
http://lists.xiph.org/mailman/listinfo/icecast

 « Return to Thread: on-demand stream relay