Displaying 2 results from an estimated 2 matches for "incoming_bitrate".
2006 Jan 25
2
Video fallback
Hello!
Using 2.3-kh2 I wasn't able to make fallback work. This is what I am
using:
...
<mount>
<max-listeners>2</max-listeners>
<mount-name>/black.ogg</mount-name>
</mount>
<mount>
<max-listeners>2</max-listeners>
<mount-name>/live.ogg</mount-name>
2007 Apr 13
4
Question about HTTP headers and Icecast stream status
Hi all,
I'm working on a script to check the status of streams from multiple
streaming sources (ie. icecast, shoutcast, wms, etc.). With Icecast I
am looking at the HTTP header returned by the server when I do a GET
on the mountpoint I want the status of. It appears that a HTTP/1.0 200
indicates that the mountpoint is up while a HTTP/1.0 404 indicates
that it is down.
Two questions:
1. Is