Displaying 4 results from an estimated 4 matches for "pyshout2".
2004 Aug 06
1
Experimental python bindings for libshout 2
I've written a first draft of python bindings for libshout 2:
http://xiph.org/~brendan/pyshout2/pyshout2-0.0.1.tar.gz
Comments welcome. I've never written a python extension before so I'm
sure there's plenty of room for improvement. But it works for me.
-b
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscrib...
2004 Aug 06
1
Experimental python bindings for libshout 2
I've written a first draft of python bindings for libshout 2:
http://xiph.org/~brendan/pyshout2/pyshout2-0.0.1.tar.gz
Comments welcome. I've never written a python extension before so I'm
sure there's plenty of room for improvement. But it works for me.
-b
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscrib...
2014 Nov 14
1
Pyhton Class/library for Icecast 2.32 Stats and other info access?
...let which provides json output for
active mounts and stats.
You can check it out at http://your host:8000/status-json.xsl
Just upgrade your version and you should be fine.
Hth
In a search for access to various ways to interact with Icecast via
Python, I ran across this:
http://xiph.org/~brendan/pyshout2/pyshout2-0.0.1.tar.gz
Which is now dead (404).
I have a need to be able to query an Icecast Server and get the number of
listeners for a mount. I need to do this via Python, and preferably with
out scraping the stats page of Icecast to do so. If there was access to
other data that would be a plus...
2014 Nov 14
0
Pyhton Class/library for Icecast 2.32 Stats and other info access?
On Fri, 14 Nov 2014, Dean Sauer wrote:
> In a search for access to various ways to interact with Icecast via
> Python, I ran across this:
>
> http://xiph.org/~brendan/pyshout2/pyshout2-0.0.1.tar.gz
>
> Which is now dead (404).
I don't think this library would have helped. I expect it would be useful
for source clients to send media to a server.
> I have a need to be able to query an Icecast Server and get the number of
> listeners for a mount. I need...