similar to: Best method of grabbing Now Playing metadata with PHP?

Displaying 20 results from an estimated 6000 matches similar to: "Best method of grabbing Now Playing metadata with PHP?"

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
2019 Sep 12
0
Best method of grabbing Now Playing metadata with PHP?
On Thu, 2019-09-12 at 22:05 +0100, Richard G Elen wrote: > 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? You may want to take a look at GlassPlayer:
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
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. :) >
2019 Sep 14
0
Best method of grabbing Now Playing metadata with PHP?
Hi, On 9/12/19 9:05 PM, Richard G Elen wrote: > 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
2019 Sep 15
2
Best method of grabbing Now Playing metadata with PHP?
Hi, On 9/14/19 5:56 PM, Thomas B. Rücker wrote: > Hi, > > On 9/12/19 9:05 PM, Richard G Elen wrote: >> 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
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 user discussions <icecast at xiph.org>
2020 Jul 29
3
[libnbd PATCH 0/2] Expose export description
An incremental improvement on top of listing exports. I still think it's worth experimenting with revisiting how our API for list mode should actually work [1] (so that we can reuse a single connection for both grabbing the list and finally using NBD_OPT_GO), but this change was easier to whip together while still thinking about that. [1]
2017 May 15
1
Frauenhofer signing off on mp3, ogg stream player for Macs?
If Icecast2 works fine with AAC, shouldn't that be mentioned in the documentation? -- That Jack Elliott (541) 848 7021 KPOV 88.9 FM High Desert Community radio Producer, The Wednesday Point Host, The Sunday Classics On 5/15/2017 3:13 PM, Richard G Elen wrote: > You can send AAC-HE from a streaming client (LadioCast on Mac for > example) to an Icecast server and it'll broadcast
2007 Feb 20
2
A problem On the integrate Samba and AD 2k3 ..
A problem On the integrate Samba and AD 2k3 .. the page is my reference http://www.infosecwriters.com/text_resources/pdf/AD_and_Linux_TMunn.pdf i wnat to use users group for squid' wbinfo_group.pl use auth... now i can join the samba server to AD domain but i can't read user's group.. can any one tell me what is happend.. like this [root@wxyz-dns1 samba]# wbinfo -u
2018 Jan 23
2
Now playing (PHP example)
Wow, thank you so much! I completely forgot about the status-json.xsl file... :D 2018-01-23 15:38 GMT+01:00, unosonic <un at aporee.org>: > Danijela Popović: >> Hi all, >> Basically there's my question in the subject. I need a simple example >> of now playing artist, song, and listeners. Can somebody write it down >> for me? > > no time, sorry >
2018 Dec 01
4
Character encodings in ICY metadata
Greetings Icecast masters! Does anyone know what the supported character encoding(s) are for strings in ICY metadata? The closest I?ve been able to get via a Google search is this thread: http://forums.winamp.com/showthread.php?t=208096&highlight=handle+unicode+characters%3F <http://forums.winamp.com/showthread.php?t=208096&highlight=handle+unicode+characters?> Which would
2020 Apr 07
2
Questions about vscale
Hi, Looking at the language reference, vscale is an integer. This might pose a problem for fractional vscale. Furthermore, I believe that vscale is constant throughout the life of the program; so if RISC-V vscale can vary from instruction to instruction that may also be problematic unless you can just commit to one specific value of vscale. Also, I had a question about your table. Based
2020 Apr 07
7
Questions about vscale
Hi all, On Tue, 7 Apr 2020 at 11:04, Renato Golin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On Tue, 7 Apr 2020 at 09:30, Kai Wang via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > LMUL = 1 LMUL = 2 LMUL = 4 LMUL = 8 > > int64_t | vscale x 1 x i64 | vscale x 2 x i64 | vscale x 4 x i64 | vscale x 8 x i64
2020 Apr 07
2
Questions about vscale
Hi, In RISC-V v-extension, operations could operate on a group of vector registers; we called it LMUL. If LMUL equals 2, it means we could operate on 2 vector registers at the same time. So, we have the following combinations of types. LMUL = 1 LMUL = 2 LMUL = 4 LMUL = 8 int64_t | vscale x 1 x i64 | vscale x 2 x i64 | vscale x 4 x i64 | vscale x 8
2004 Dec 02
3
combine two strings
Hello, I would like to combine two strings while using R. For instance, string1 <- "abcde" string2 <- "WXYZ" I'd like to combine string1 and string2 into Sting3; and string3 should be "abcdeWXZY". Would you please tell me how to do it? Thank you very much Ben-Yang [[alternative HTML version deleted]]
2007 Feb 03
3
Vorbis Ambisonic coupling
Richard Lee wrote: > But there is a caveat. Does Vorbis coupling preserve "phase" relations? Any references explaining this in simple detail? Sebastian : >"coupling" is a rather loose term in the sense that it doesn't exactly specify HOW it's done. It can be understood as the opposite of coding channels independently. Obviously there are many ways to do
2006 Feb 14
15
[Bug 1131] buffer_append_space: alloc not supported Error with V 4.2p1
http://bugzilla.mindrot.org/show_bug.cgi?id=1131 ------- Comment #5 from dtucker at zip.com.au 2006-02-14 22:17 ------- Also, what compiler did you use to compile OpenSSH? If you compile OpenSSH (and openssl and zlib if possible) with optimization disabled (-O0) does the error still occur? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are
2016 Jun 19
1
Pulling in broadwell support for cent6u5
On 16/06/16 13:18, Johnny Hughes wrote: > > .. the actual definition of a > 'CRITICAL' update from Red Hat's perspective is: > > "This rating is given to flaws that could be easily*exploited by a remote unauthenticated attacker and lead to system > compromise (arbitrary code execution) without requiring user interaction*. These are the types > of
2007 Apr 14
13
Ambisonics in Ogg Vorbis
On 2/28/07, Ivo Emanuel Gon?alves <justivo@gmail.com> wrote: > On 2/28/07, Ralph Giles <giles@xiph.org> wrote: > > Well, there are todo pages at wiki.xiph.org, but I meant more in the > > community folklore sense. My point is a roadmap doesn't help much unless > > there are people committed to making things happen. That's been the > > problem with a