similar to: ice-metadata header incomplete?

Displaying 20 results from an estimated 400 matches similar to: "ice-metadata header incomplete?"

2004 Aug 06
2
ice-metadata header incomplete?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mike, I followed your advice on using stats.xml (thanks!). One thing I should point out for future reference is that it's actually just in the root / and not in /admin/. Anyway, there seems to be a problem with the XML parser, since it does not return the full name of the artist if there is, for example, an ampersand (&) in the artist name.
2004 Aug 06
2
ice-metadata header incomplete?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > -----Original Message----- > From: Michael Smith > Sent: Tuesday, January 14, 2003 5:19 PM > To: icecast-dev@xiph.org > Subject: Re: [icecast-dev] ice-metadata header incomplete? > > > I guess that depends on what version you have :-) > It is in /admin/ now, and will continue to be in the future. Interesting. I'm using
2004 Aug 06
0
ice-metadata header incomplete?
Colin Snover <colin@zetafleet.com> said: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I'm trying to write a PHP script that communicates with the Icecast2 server > directly to retrieve current song information. Since the documentation for > the ICE/SHOUT protocol is, frankly, pretty much non-existant, I did a search > on Google and eventually came up
2004 Aug 06
0
ice-metadata header incomplete?
On Wednesday 15 January 2003 08:43, Colin Snover wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Mike, > I followed your advice on using stats.xml (thanks!). One thing I should > point out for future reference is that it's actually just in the root / and > not in /admin/. I guess that depends on what version you have :-) It is in /admin/ now, and will
2020 Nov 23
3
Floating IP breaks AD replication
> we point them to somedom.contoso.com which is then > resolved to both and the client can pick I want to avoid Round-Robin DNS > You cannot use CTDB with AD DCs You can. /etc/ctdb/nodes 192.168.30.11 192.168.30.12 /etc/ctdb/public_addresses 192.168.30.10/24 ens18 /etc/ctdb/events/legacy/20.samba-ad.script #!/usr/bin/env bash function monitor_ldap() { ldbsearch -H
2006 Oct 08
1
Two-way eager loading?
My problem is that I have two classes where the eager loading isn''t working as well as I would hope... Here are my two classes: class Daynote < ActiveRecord::Base belongs_to :userplace class Userplace < ActiveRecord::Base has_many :daynote, :dependent => true When I show my userplaces, I want to get the associated daynotes with them, so I am doing: @userplace =
2004 Nov 24
1
Re-Assembling SongData in Icecast Streams..
Right... I understand how the stream works and we have no confusion at all then. So I need to create a script to re-inject MP3 Metadata from my handy-dandy XML file (when it changes) which is easily done if, as you say, there're a few variables that the admin.cgi can listen for (of course Icecast has no admin.cgi) The info you've provided for Shoutcast is useful and you allude to
2004 Aug 06
0
ice-metadata header incomplete?
> > I guess that depends on what version you have :-) > > It is in /admin/ now, and will continue to be in the future. > Interesting. I'm using the latest alpha of the Win32 version (well, latest > COMPILED alpha, since I can't find prebuilt pthreads.h to build the Jan 11 > 2003 version with YP support) and it's still in /. How old are the sources > that are
2004 Aug 06
2
song boundaries
the metadata format is not documented officially anywhere, but really isn't terribly complicated... http://www.smackfu.com/stuff/programming/shoutcast.html hows a nice concise description of it, and was the first result returned from doing http://www.google.com/search?q=shoutcast+metadata oddsock At 04:06 PM 2/25/2003 -0500, you wrote: > > The mp3 metadata format is a nasty hack
2004 Nov 22
2
Re-Assembling SongData in Icecast Streams..
Like any other major radio station we output our music from automation software via analog audio through a mix board in a studio, where we insert other stuff like live DeeJays, etc. only to have that stream re-encoded by hardware MP3 encoders for distribution to our network of IceCast servers. The chain of song information gets broken as soon as we output from the Automation software,
2004 Nov 07
2
query reg. streaming protocol
Hi, I am planning to guide Engineering Students, to build a MP3 Streaming Server as part of their academic project. I downloaded icecast 2.0.2 & ices 0.4 & went through the documentation & code. I am not able to find technical resources explaining the streaming protocol between Icecast Server & Client (winamp or xmms). We are in need of technical details of streaming protocol,
2004 Nov 07
1
query reg. streaming protocol
At 01:33 PM 11/7/2004, you wrote: >On Sun, Nov 07, 2004 at 03:38:15AM -0800, Hariprasad Bongale wrote: > > > I am not able to find technical resources explaining > > the streaming protocol between Icecast Server > > & Client (winamp or xmms). > >It's just http, although there are a few caveats with broken >player behavior. > >Ogg streaming is just
2004 Aug 06
0
song boundaries
i found that too. but, imho, doesnt have all the necessary details to write a system that can process metadata. deva On Tue, 25 Feb 2003, oddsock wrote: > the metadata format is not documented officially anywhere, but really isn't > terribly complicated... > > http://www.smackfu.com/stuff/programming/shoutcast.html > > shows a nice concise description of it, and was the
2004 Aug 06
2
No library found for -lshout
when I move libshout.so.2.2 up into /usr/lib, it magically works. sloppy but, it works... On Mon, May 20, 2002 at 02:34:08PM -0700, Mark Luntzel wrote: > oh sorry. forgot this: > > bash-2.05# perl Makefile.PL > Checking if your kit is complete... > Looks good > Note (probably harmless): No library found for -lshout > Writing Makefile for Shout > > Thsi turns out not
2004 Aug 06
2
song boundaries
> ah, sorry. what do you mean by the source program? streamer? what is > external synchronization? The source program is whatever provides the data stream - ices, for instance. External syncronisation means performing whatever synchronisation you need to get the data you want in a seperate program - not within icecast (or ices). > > btw, where can i find the mp3 straming specs? that
2004 Nov 22
0
Re-Assembling SongData in Icecast Streams..
At 06:19 PM 11/22/2004, you wrote: >Like any other major radio station we output our music from automation >software via analog audio through a mix board in a studio, where we insert >other stuff like live DeeJays, etc. only to have that stream re-encoded by >hardware MP3 encoders for distribution to our network of IceCast servers. > >The chain of song information gets broken
2007 May 08
5
Which version of Ubuntu to use with Rails
Hello, This is a question for folks who are using Ubuntu to host your Rails apps. Which version of Ubuntu do you use? Do you use the ''Dapper'' release (6.0.6) perhaps due to the long term support (LTS), or are you using the latest release ''Feisty'' (7.0.4)? Or maybe a better way to ask the question is, is there a preferred version of Ubuntu to use with Ruby
2007 May 09
1
-s file permission flag
I'm new samba user, and new to this list. I have a fs mount to a windows share from Ubuntu 7.0.4. Samba version looks like 3. When I copy files I get file permissions like this: -rwxr-Sr-t I'm not familiar with the S and t flags. Will someone kindly point me to some documentation about them. Also, is there a recommended searchable archive of this list? -Dave
2007 Sep 06
1
Problem with Defaulting Groups and AD
Vital Stats - AMD 64-bit CPU, Ubuntu 7.0.4 (Feisty Fawn), Samba 3.0.24, Win2003 AD Domain I'm not sure how to make it stop doing it. When a user "logs in" they get an automatically assigned group of "domain users" which doesn't actually exist in any of the file permissions. I've tried setting group = %G and force group = %G but neither one is working. If
2006 Jun 07
0
Breaking Ice with Ruby
Hey introduce yourself. Me: Dominic Occupation: PHP/Javascript background - but excited about Ruby on Rails after hearing that Geekazoid David show it off. Fear: That I invest everything into ROR, it becomes a hit website, something weird happens and crashes forever, and the competition scoops up my customers with their knockoff version running on, of course, PHP... Dream: a VC that gives