search for: elastigirl

Displaying 2 results from an estimated 2 matches for "elastigirl".

2019 Sep 12
0
Best method of grabbing Now Playing metadata with PHP?
...json' options, GlassPlayer will emit a JSON-formatted update each time stream metadata changes. It derives these updates from the audio bitstream itself --i.e. no polling of or interaction with the IceCast administrative interface whatever is required. For example: *** snip snip *** [fredg at elastigirl ~]$ glassplayer --metadata-out --json http://streamer.example.com:8000/SomeMountpoint { "Metadata": { "icy-url": "stream.example.com", "icy-name": "WXYZ", "icy-genre": "Various", "icy-des...
2019 Sep 12
5
Best method of grabbing Now Playing metadata with PHP?
Hi... Can someone do me the favour of pointing us at a routine, library, script or technique that will grab Now Playing metadata (Title, Artist, Album) remotely (ie from another machine) from an Icecast 2.4.x server reliably for logging purposes, preferably using PHP? Ideally we would grab the metadata when it changes - all the methods we've tried so far require us to poll the server so