search for: glassplay

Displaying 7 results from an estimated 7 matches for "glassplay".

Did you mean: glassplayer
2019 Sep 13
2
Best method of grabbing Now Playing metadata with PHP?
Hi, Fred... Many thanks for the suggestion! If we simply want to output metadata as you describe, how much,if any, of the prerequisites described in https://github.com/RadioFreeAsia/GlassPlayer/blob/master/INSTALL can we dispense with? We are dealing with a shared hosting system for the host so installing the bare minimum would be a good idea (especially as we may have to ask the provider to do it! The streaming server is a dedicated machine, but the logging system we need to run thi...
2019 Mar 24
1
icecast player
Thnaks for your replay I hade installed GlassPlayer but a can't see where can I add backup stream or silent alarm Can you help on this please, please see the attached -----Original Message----- From: Icecast <icecast-bounces at xiph.org> On Behalf Of Fred Gleason Sent: Thursday, March 21, 2019 7:06 PM To: Icecast streaming server u...
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
2019 Mar 21
2
icecast player
Dear support Can we use this software to listen the music that's coming from Icast and Museter server and if we have a silent issue on the stream can this software automatic move to backup station? [cid:image001.jpg at 01D4DFE8.15F65960] Abdallah Al-Sabateen Technical support t :+96265638000 Ext 8110 f :+96265638029 Email:abdallah.alsabateen at seagulls.com -------------- next part
2019 Sep 12
0
Best method of grabbing Now Playing metadata with PHP?
...avour 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? You may want to take a look at GlassPlayer: https://github.com/RadioFreeAsia/GlassPlayer While (as the name implies) it is primarily an audio stream player, when invoked with the '--metadata-out --json' options, GlassPlayer will emit a JSON-formatted update each time stream metadata changes. It derives these updates from the au...
2019 Mar 21
0
icecast player
...to backup station? Icecast is not a player, but a stream aggregator platform. To do what you're looking for, you'd need a player capable of generating some sort of action (run a script, raise an SNMP trap, etc) when a 'silence' condition is detected. One player that can do this is GlassPlayer ( https://github.com/RadioFreeAsia/GlassPlayer). You'd also need a fair amount of site-specific administrative 'plumbing' to make that silence alarm do something useful --e.g. start a backup encoder instance, send a warning text to support people, etc. Cheers! |------------------...
2018 Nov 09
3
Custom Hooks
Couldn't you also just have a client stream locally from icecast that can do things on metadata change? I mean it's a bit icky but it'd work. ---- Philipp Schafft wrote ---- >Good morning, > >On Thu, 2018-11-08 at 12:45 -0500, Alex Hackney wrote: >> I actually got this to work this morning finally. The problem was on my >> auth server. > >Perfect. :) >