Displaying 5 results from an estimated 5 matches for "icecastisrun".
Did you mean:
icecast_run
2015 Jun 03
2
Question about Icecast2 when not streaming
...*,
> whether or not your *Icecast server* is running, you can include an
> onclick event on your stream url, so, if your *Icecast server* is not
> running, a song hosted in your *Web server* will be played:
> document.getElementById('idYourStreamUrlButton').onclick=function(){if(icecastIsRunning){playYourIcecast}else{playYourSong}}
Thanks for the reply, but actually this solution you are advising is not
really suitable.
Client side Javascript is no solution to the problem that users may have
a direct link to
the stream and will not be able to listen to it, when it is not
available....
2015 Jun 03
2
Question about Icecast2 when not streaming
Hello.
? I've been using Icecast for a few days now, and am really enjoying
it. One thing I can't figure out how to do is have a specific file
play if someone were to click on my stream url, and I wasn't actively
streaming at the time. I want it to play if I'm not streaming, but
play the stream if I am. I'm not sure if this is possible; I've
searched the Icecast
site and
2015 Jun 03
1
Question about Icecast2 when not streaming
...erver* is running, you can include an
>>> onclick event on your stream url, so, if your *Icecast server* is
>>> not
>>> running, a song hosted in your *Web server* will be played:
>>> document.getElementById('idYourStreamUrlButton').onclick=function(){if(icecastIsRunning){playYourIcecast}else{playYourSong}}
>>
>> Thanks for the reply, but actually this solution you are advising is
>> not
>> really suitable.
>> Client side Javascript is no solution to the problem that users may
>> have
>> a direct link to
>> the...
2015 Jun 03
0
Question about Icecast2 when not streaming
...from your *Web site*,
whether or not your *Icecast server* is running, you can include an
onclick event on your stream url, so, if your *Icecast server* is not
running, a song hosted in your *Web server* will be played:
document.getElementById('idYourStreamUrlButton').onclick=function(){if(icecastIsRunning){playYourIcecast}else{playYourSong}}
Jos? Luis
> _______________________________________________
> Icecast mailing list
> Icecast at xiph.org
> http://lists.xiph.org/mailman/listinfo/icecast
2015 Jun 03
0
Question about Icecast2 when not streaming
...or not your *Icecast server* is running, you can include an
> > onclick event on your stream url, so, if your *Icecast server* is not
> > running, a song hosted in your *Web server* will be played:
> > document.getElementById('idYourStreamUrlButton').onclick=function(){if(icecastIsRunning){playYourIcecast}else{playYourSong}}
>
> Thanks for the reply, but actually this solution you are advising is not
> really suitable.
> Client side Javascript is no solution to the problem that users may have
> a direct link to
> the stream and will not be able to listen to...