similar to: metadata update is delayed for 2 songs

Displaying 20 results from an estimated 9000 matches similar to: "metadata update is delayed for 2 songs"

2004 Aug 06
1
metadata update is delayed for 2 songs
well when i streamed the station using foobar.. then foobar2000 displayed the metadata correctly... but at that time.. when i checked out status2.xml, stats.xsl and stats.xml , the metadata is displaced incorrectly.. two songs behind.. i've tested the stream broadcasting using winamp2, foobar200 w/ oddcast dsp plug in. you can check out my station at http://ny.icecast.net:8646/play.ogg
2004 Aug 06
2
commas are status2.xsl?
in the status2.xsl there seems to be some extra commas ... --snippet of status2.xsl Global,Client:<xsl:value-of select="connections" /> Source: <xsl:value-of select="source_connections" />,,<xsl:value-of select="listeners" />,, <xsl:for-each select="source"> <xsl:value-of select="@mount" />,,<xsl:value-of
2004 Aug 06
3
metadata update is delayed for 2 songs
Hi, Try ethereal for windows. http://www.ethereal.com/distribution/win32/ Xavier On Wednesday 31 December 2003 00:27, Michael Smith wrote: > On Monday 29 December 2003 18:29, Phi Tran wrote: > > how can i collect such metadata dump? > > > > dave, can u help me.. as i don't have access to the server..? can u fwd > > the metadata dump file to michael for me plz..
2011 May 13
1
Standard method to read current listeners without user/password
Hi all, This is the output of status2.xsl: MountPoint,Connections,Stream Name,Current Listeners,Description,Currently Playing,Stream URL Global,Client:60461 Source: ,,7,, /foxcub,,,7,, - Brian Eno - Dune Prophecy theme, It doesn't look like any csv output I've ever seen. Some of the output seems to be string literal and some of it is the actual server information, and at some parts
2004 Aug 06
3
'ice_login' not in icecast.xml ?
Nevermind, that stats.xml page is worthless anyways. got a updated version of icecast2 status http://www.casterclub.com/icecast_status.php parses the status2.xsl page <p><p>Dave St John (C.E.O.) Xstream1.com Mediacast1.com Casterclub.com (720-641-7586) ----- Original Message ----- From: "Dave St John" <dstjohn@mediacast1.com> To: <icecast-dev@xiph.org> Sent:
2011 May 13
6
Standard method to read current listeners without user/password
Is there a standard method to read the current number of listeners from an icecast2 server without knowing the admin user/password? We produce radio broadcasting/streaming software for Windows which can show the current number of listeners. Many Icecast hosting companies won't provide the admin password as they have lots of other customers using the same server, so the software
2004 Aug 06
1
PHP + parsing # of listeners.
Hello all, I have a quick question I believed was already touched on earlier, but I cannot find the thread/information in the archives, so I am going to ask away and ask for your patience. :) So I have my wonderful little PHP script, and my .pls files, and the relaying and everything else perfect for my icecast2 setup. But what I still need to do is pull the # of listners for a mount point, and
2004 Aug 06
2
no metadata?
Hello, I've added metadata information in my ices config; a generic name under stream, and individual under each instance. when looking at status2.xsl, it doesn't show any stream name or information. Also, I uncommented the stuff for oddsock's yp server, but it never shows on the page. Am I missing something somewere? Thanks, Bryan --- >8 ---- List archives:
2005 Apr 17
0
Listener count in stream title
Hi all, I just wrote this script (attached) which I thought others might find useful -- it updates the song title of every mountpoint with the current number of listeners for that mount. It can be seen in action on http://radio.ethereal.net:8000/stale, where it runs every minute out of cron. The script should be self-explanatory, but feel free to write me privately with any questions or
2004 Aug 06
1
general questions
On Thu, 5 Jun 2003, Geoff Shang wrote: > Ok. I don't know much about the admin stuff so I won't comment on that. > I think Mike might have posted about it before, so a search of the list > archives might prove useful. Okay I'll look around and see what I can find... > the webroot and XSL files questions are related. To use the XSL files, put > them into the directory
2004 Aug 06
2
Hello everyone, here is some php code.
Okay, So remember that question I had last week about taking a bunch of relay servers and greping the status2.xsl file for the number of listeners? I coded it. I have to apologize right now, as its krufty, nasty, braindead code. But it works, and I'm rather proud that after being up as long as I have been up and drinking as much coffee, it works. It should be attached to this e-mail. I
2004 Aug 06
2
Source XML for status.xsl
I've been trying to track down this mysterious 'icestats' file that the status.xsl and status2.xsl read data from. There is no physical file as far as I can tell, but a perusal of the code seems to indicate that the server generates it on the fly when the XSL file requests it. So then I tried servername.com:8000/icestats but I got nothing. So I really got nothing, I would prefer
2019 Dec 07
2
extracting statistics
Hi all, I have an icecast server in a facility which can handle several hundred simultaneous connections and I would like to produce some data like: How many people are listening now? Where might they be? [general area is OK] How long have they been listening? How many different listeners have we had? [ lets not count returning listeners as new ] What is the average time spent listening?
2004 Aug 06
1
Parsing problem
If you want a good way to test out your xsl files, the following will help quite a bit : 1. get a copy of the stats tree in a file somewhere : wget http://admin:hackme@server:port/admin/stats;mv stats stats.xml 2. run xsltproc stats.xml yourfile.xsl xsltproc will try to perform the transform and give you much better messages than icecast will (icecast just says Cannot parse, but xsltproc
2005 Jun 23
0
About Fallback-mount and fallback-override
Hi there! I have icecast 2.2.0 I have setup the icecast default mp3 mount point /stream with shoutcast dsp compatibility Suppouse i have a couple of djs, and that the first one finish his broadcast and the second one is going to start the users listening to the dj1 falls, so they have to reconnect to continue listening. I saw exists <fallback-mount>/example2.ogg</fallback-mount>
2006 Sep 13
1
Access for scripting??? Displaying play history
Hey there, I'm looking into setting up a station using icecast, and I need a basic functionality of being able to have my site know what has been played recently, what is playing now, and perhaps even what is coming up (which is very optional.) I have not found a way to do this in my searches. Perhaps I've been searching for the wrong thing. If there are any script snippets or an API
2010 Apr 18
4
[LLVMdev] create two Twine object
I need to generate variables like status1, status2, status3, ...... request1, request2, request3, ...... this is my code, other unrelated detail are eliminated. static int varNum; static const char *getVarNum() { ++varNum; std::stringstream ss; ss << varNum; std::string *varname = new std::string(ss.str()); return varname->c_str(); } const char *VarNum = getVarNum(); Twine *x1 = new
2019 Dec 10
2
extracting statistics
Hi José, Just to be sure, did you mean to share this PHP script somewhere? Robert, I'm thinking you'll have to do something like José did and create some custom code to get all that you are asking for. Justin On 2019-12-08 09:15, José Luis Artuch wrote: > Hi Robert ! > > El dom, 08-12-2019 a las 12:42 +1300, Robert Jeffares escribió: >> Hi all, >> >> I have
2004 Aug 06
2
status2.xsl info...
Quick thought, if the fields are separated by "," & a title/artist/.. has a comma in it then it causes a few problems with parsing. Likewise if there are multiple streams it might be nice to have each stream in it's own line so it is easier to grab the info. Also, status.xsl displays streams even after they have been stopped. dmz --- >8 ---- List archives:
2010 Apr 18
0
[LLVMdev] create two Twine object
According to documentation Twines should be used only for temporary values and not stored, so allocating the in heap sounds wrong. I think all you need here is static int varNum; ++varNum; Instruction *sstatusInst = new AllocaInst(StatusTy, Twine("status") + Twine(varNum), entry_inst); Instruction *sreqInst = new AllocaInst(ReqTy, Twine("request") + Twine(varNum),