similar to: more metadata in stats.xml?

Displaying 20 results from an estimated 10000 matches similar to: "more metadata in stats.xml?"

2006 Jan 17
2
[Icecast-dev] metadata fallback mounts
Hi all, I posted this message before on icecast-dev, but I guess it's more appropiate here. First of all thanks again for icecast2. It keeps surprising me how easy and stable it is to use! I'm working with icecast2 from SVN now (revision 10692) and it's mount point features. I've created the top mount point '/play.ogg' so we have only one main mount point for users
2004 Aug 06
1
Adding more to stats.xml WAS:Source XML for status.xsl
/me grumbles about upcoming finals: I note that the mountpoint entry displays the current songs title and artist, but not the album. In the particular case of my station, album is often more important (recognizable) as there are a variety of pop/classical artists who do music for anime. So I'd like to add an album nature but am going to need a quick overview on how stats.xml is generated.
2004 Aug 06
5
Status.xsl not displaying everything
Hi guys, I've got the following set up: - Linux SuSE 8.2 - Running: Icecast2 - Source Client: Ices0.3 - Stream Client: Winamp 5.0 in Windows XP The following is happening: - I've got Ices0.3 streaming MP3's with correct ID3-tags to the Icecast-server - Suppose the stream name is "Ovide's Radio" - In the status.xsl page of Icecast2, I only see info about: mountpount,
2017 Jul 31
2
Icecast 2.4.99.1 Opus Metadata. status.xsl and playlist.log
Hello, I'm currently testing Icecast 2.4.99.1 in regards to Opus metadata support. I have a Ogg Opus stream located here: http://50.31.159.156/64.opus When I playback the stream in VLC I see the expected metadata displayed in the client. ffprobe and mediainfo also return the expected metadata. # mediainfo http://50.31.159.156/64.opus General Complete name :
2004 Aug 06
2
Status.xsl not displaying everything
> To verify everything is ok with your metadata go to > http://$youricecastserverip:$yourport/admin/stats.xsl > or if you like plain XML > http://$youricecastserverip:$yourport/admin/stats.xml Stream name, genre, description and url are NOT present here also! I've got the feeling that we're isolating the problem here, so that's fine... but: if the stream name doesn't
2004 Aug 06
6
No audio with slackware for live station
Hy, I've just installed the latest release of icecast2 and ices from CVS. I have a linux Slackware 9.0 with the default packages. After install of ices and icecast & relative libraries (with no errors), I've started the icecast server. When starts ices, this is the debug: --- INFO ices-core/main ices started... INFO input-oss/oss_open_module Opened audio device /dev/dsp at 2
2011 Mar 03
1
Ploting Histogram with Y axis is percentage of sample for each bin
I'm trying to do something very simple... I wan to plot a histogram where the y axis represent the percentage of the total sample that each bin represents. I know how to plot a histogram with the counts and density... but can't find anything that gives me perenct of sample on the y axis. Any help is appriciated Below is the script I'm working with par(mfrow=c(1,2))
2004 Aug 06
2
xsl data
Im relaying shoutcast stream... --- <relay> <server>xxx.xxx.xxx.xxx</server> <port>xxxx</port> <mount>/</mount> <local-mount>/xxx</local-mount> <relay-shoutcast-metadata>1</relay-shoutcast-metadata> </relay> --- also im using status.xsl and admin/stats.xsl to get data for my
2012 Jul 10
3
yp.xml - Size and Contents
Hi all, 1. I recently noticed that yp.xml is still limited to 1,000 entries only while the web directory says there are over 21K streams. I remember some discussions regarding the bandwidth required to serve this file, so is it possible to get it in compressed format? Here are some figures: - the yp.xml as served now (1K entries) is 343 KB. This means 21K entries will be around 7 MB. -
2012 Dec 11
2
Adding additional mount info to xsl stylesheet
The following patch attempts to make the source client user agent and the max listener client connection duration information available to (icecast 2.3.2) xsl stylesheets. Will there be any memory leak issues in the lower level functions like the acl, etc. when the source is disconnected, when servicing queries, or otherwise? BEGIN icecast-2.3.2-moremntinfo.patch diff --git src/source.c
2006 Apr 06
1
problem specifying port to ssh
Here's the behavior I see: # ssh don at isis.cs3-inc.com date Thu Apr 6 14:19:16 PDT 2006 # ssh -p 22 don at isis.cs3-inc.com date ssh: isis.cs3-inc.com: System error These ought to be the same thing, since the default port is 22. Whatever port I try to use (other than not specifying one at all) seems to give the same problem. This is on one particular linux (FC4) machine
2006 Jul 23
1
XML stats
Is it possible under an Apache WebServer to create a page containing info about the audio stream currently going on icecast? I'd like to display the current song and no of listeners for example. Is it possible to include code in a html/php page. Thanks, Marco
2006 Mar 04
3
select helper method
Hey I''m having problems understanding the select helper. Here is my code: _____________________ DB table: genres id name descripition ___________________ In the controller: def index() @genres = Genre.find_all.map {|u|[u.name, u.id]} @id = params[''genre''] end ____________________ In the view: <% @genre = Genre.new @genre.id = @id %>
2010 Mar 01
1
Why software fails in scientific research
I came across this notice of an upcoming webinar. The issues identified in the first paragraph below seem to me exactly those that the R project is designed to address. The claim that "most research software is barely fit for purpose compared to equivalent systems in the commercial world" seems to me not quite accurate! Comments! WEBINAR SERIES A Crack in the Code: Why software
2014 Oct 23
2
Icecast stats.xml
On 2014-10-23 09:02, "Thomas B. R?cker" wrote: > Thanks for taking the time to report this. > > On 10/23/2014 06:38 AM, Roger H?gensen wrote: >> Consider this a Ticket for Icecast 2.4 >> >> ******************************************************************************** >> If you look at >> {{{ >> admin/stats.xml >> }}} >> >>
2007 Sep 23
3
Connecting a row of an unknown table to another row of an unknown table
Hello all, I''m currently designing a web app in Rails that lets me keep a directory of free/opensource computer games. Each game has attributes like name, website, review, etc., but each game can also be associated with a set of genres and gameplay elements. The main three tables I''m working with are "games", "genres", "elements",
2008 Jul 30
4
AssociationTypeMismatch: Genre expected, got String
Hi all I have the following 2 models: class CompactDisc < ActiveRecord::Base belongs_to :genre end class Genre < ActiveRecord::Base has_many :compact_discs end I have created a select box for my form so I can choose a genre for every compact disc: <p> <b>Genre</b><br /> <%= f.select :genre, Genre.find(:all).collect{|p| [p.name, p.id]}, :selected =>
2014 Nov 13
2
Icecast stats.xml
(see forwarded mail further below) Shoutcast v1, Shoutcast v2, Icecast-KH are all "compatible" with the way info is collected by StreamLicensing. Some may wonder why bothering to humor StreamLicensig, but the thing is that other licensing/royalty collectors did it the same way. StreamLicensing are now sadly the only ones that cater to small independent station that do not wish to be
2023 Feb 28
1
add user failed check log
i'm trying to config the usr authentication but when i goto add myself into the admin part i get add user failed check log? so i did and i'm getting this [2023-02-28 00:46:16] INFO admin/admin.c Received admin command manageauth.xsl on mount "/live.mp3" [2023-02-28 00:46:16] EROR auth_htpasswd/auth_htpasswd.c No filename given in options for authenticator. [2023-02-28
2010 Jan 19
1
Error compiling R 2.10.1 on AIX
I'm trying to compile R 2.10.1 on AIX 5.3, and am getting the following error: Error in read.dcf(file = descfile) : Line starting 'Package: tools ...' is malformed! Calls: makeLazyLoading ... code2LazyLoadDB -> loadNamespace -> parseNamespaceFile -> read.dcf Execution halted make[3]: *** [all] Error 1 make[3]: Leaving directory