Displaying 20 results from an estimated 900 matches similar to: "metadata sent from windows based system"
2004 Oct 06
0
metadata sent from windows based system
seems like a lot of queries like this have come up lately...what's the
status of vorbis stream re-writing in the trunk ? Was this something that
got merged in or still remains in the kh branch ? I've always thought that
being able to update the metadata via the admin interface for all formats
was a requirement we should meet. What can we do to get this logic in the
trunk ?
oddsock
2004 Oct 01
5
Song Updates
Run this from command line:
curl --user admin:hackme 'http://192.168.0.1:8000/admin/metadata?mount=/live&mode=updinfo&song=Artist_name+Title'
That should set you all up, just change IP, Port and MountPoint.
-- Cody Tubbs : (Certified Master Linux Administrator)
: (Certified Unix Security Specialist)
-- Broadway Internet
On 1 Oct 2004 at 12:15, Dave St John wrote:
>
2004 Oct 08
0
metadata sent from windows based system
On Wednesday 06 October 2004 18:31, Nagy Gergely - K?k Duna R?di? wrote:
> Hello Everybody,
>
> We develop a Windows based radio broadcast system for professional
> radios and we would like to implant an interface in this system to make
> it able to automatically update metadata of an OGG (!) stream (recorded
> from the radio) sent to an Icecast 2.0.2 server.
> We read about
2005 Jun 13
2
admin.cgi metadata updates
I would just like to confirm that this is suppose to work with Ogg
Vorbis streams. I'm using 2.2-kh5 at a hosting company.
http://servername.com:9876/admin.cgi?pass=mypassword&mode=updinfo&song=a_song_title
I'm sure I have the correct servername, port and password, but it's not
working. I can do other admin tasks. When I brought this up a few
months ago I'm sure
2005 Jul 08
2
Update metadata via URL?
Hi,
I notice the new feature in 2.2 to update a stream's metadata via the admin
interface.. but I can't seem to figure the URL to do this automatically from
a script. I have a script which figures song and artist from filenames when
possible which I use to make the web interface to my stream look nicer when
I can't put ID3 tags.. but I would love to at the same time
2005 Jul 09
1
Update metadata via URL?
Yeah just use the same URL he posted but leave out the .ogg for the mount
so it looks like this.
http://user:pass@server.com:8000/admin/metadata?mount=/mystream&mode=updinfo&song=whatever
----- Original Message -----
From: "Ross Levis" <ross@stationplaylist.com>
To: <icecast@xiph.org>
Sent: Friday, July 08, 2005 7:55 PM
Subject: Re: [Icecast] Update metadata via
2004 Sep 21
1
mp3 vs ogg question (reformatted)
Cool, I'm slowing getting people to change over
http://dir.xiph.org/index.php?sgenre=Scanner
But alot of people still don't like the fact they can't list on
yp.shoutcast.com so they don't switch.
If you want to see the realtime update try
http://scanmassachusetts.no-ip.com:8000/capecod.ogg
Some guy made a windows app. that interacts with a police scanner with a
serial out. And
2005 Jun 14
2
admin.cgi metadata updates
Thanks for your reply Karl
> It may be that you are just using the wrong url for updating metadata,
> http://servername.com:9876/admin/metadata?mount=/stream.ogg&mode=updinfo&song=a_song_title
That will be the problem. But how do I specify the userid and password
in the URL?
Regards,
Ross.
2004 Sep 21
2
mp3 vs ogg question (reformatted)
My problem is I run the win32 version and i'm guessing there isn't just a
entry i can add to the icecast config file.
----- Original Message -----
From: "Brendan Cully" <brendan@xiph.org>
To: <>
Sent: Tuesday, September 21, 2004 5:31 PM
Subject: Re: [Icecast] mp3 vs ogg question (reformatted)
> On Tuesday, 21 September 2004 at 17:16, Jason wrote:
>>
2010 Dec 10
5
Icecast source with updateable metadata?
Hello everyone,
I'm not new to Icecast, but I've always used Darkice. A new project
friends and myself are building for fun utilizes a Rivendell automation
setup that will run on one computer, then a source client for icecast on a
2nd computer with a mixer inbetween.
I'm looking to push the title information from the Rivendell system over
to the system that will have the
2004 Oct 13
0
Song Updates
My bad, try curl -s --user etc etc etc... I suppose that'd help. :]
On 13 Oct 2004 at 13:02, Dave St John wrote:
>
> Here is the error i get now.
>
> [root@mc1 gork]# curl --useruser:pass
> 'http://64.62.252.140:9120/admin/metadata?mount=/live.ogg&mode=updinfo&song=test_name+te
> st_Title'
> <b>source will not accept URL updates</b>
>
2004 Oct 02
0
Song Updates
You did not type the exact string I told you to first of all. You forgot to use the 's after
before the h in http and at the end.
curl --user admin:hackme 'http://192.168.0.1:8000/admin/metadata?mount=/live&mode=updinfo&song=Artist_name+Title'
notice the useage of the 's in my string and not in yours. Your string is launching
nonsense into the background via the two
2004 Oct 14
2
Song Updates
Let this be a note for everyonein the future then. When using mp3s i don't think
there is a --enable-mp3-updates (I think it worked by default for me), yet if using ogg
vorbis you must compile icecast2 with --enable-vorbis-updates in order to update the
song/title id3 metadeta (Instructions on how to do so with `curl' are below). If I was
using ogg I may have been of more use, yet I
2004 Aug 06
0
metadata update - possible to send adminpass in
update string?
Message-ID: <02b501c4788b$e1df6dc0$a601a8c0@recorder>
Hello everybody, hello Karl!
Sorry for my horrible English. I'm a newbie in icecast2.
I would like to use the
/admin/metadata?mount=/mymount.ogg&mode=updinfo&song=New%20Title
string to update metadata with -kh48 (to update metadata with ogg stream
:) ) but I couldn't find how to insert admin username and
2004 Aug 06
0
metadata update - possible to send adminpass in
update string?
In-Reply-To: <02b501c4788b$e1df6dc0$a601a8c0@recorder>
References: <02b501c4788b$e1df6dc0$a601a8c0@recorder>
Message-ID: <1091461406.2970.15.camel@bogus.hackers.club>
On Mon, 2004-08-02 at 13:25, Nagy Gergely - K?k Duna R?di? wrote:
> Hello everybody, hello Karl!
hi
> Sorry for my horrible English. I'm a newbie in icecast2.
> I would like to use the
2004 Aug 06
2
icecast access.log for source
Hello,
I have some trouble in the access log regarding to the source lines:
127.0.0.1 - - [13/Jan/2004:16:13:22 +0100] "SOURCE /radio-bro-gwened.ogg HTTP/1.0" 200 19 "-" "IceS 2.0-kh48" 30410
127.0.0.1 - - [13/Jan/2004:16:13:22 +0100] "SOURCE /radio-bro-gwened.ogg HTTP/1.0" 200 19 "-" "IceS 2.0-kh48" 30410
amount of data transfered for
2004 Oct 01
0
Song Updates
Please paste exact output and syntax
On 1 Oct 2004 at 15:08, Dave St John wrote:
> We tried curl but got an error saying an extra method is not available?
> ideas?
>
>
> Dave St John
> Mediacast1 Administration
>
> Need Support ?
> http://mediacast1.com/helpdesk
> ----- Original Message -----
> From: "Cody Tubbs (wISPdirect)"
2007 Oct 01
3
Apparently Conflicting Results with coxph
Dear List:
I have a data frame prepared in the couting process style for including
a binary time-dependent covariate. The first few rows look like this.
PtNo Start End Status Imp
1 1 0 608.0 0 0
2 2 0 513.0 0 0
3 2 513 887.0 0 1
4 3 0 57.0 0 0
5 3 57 604.0 0 1
6 4 0 150.0 1 0
The outcome
2005 Oct 10
4
plot - no main title and missing abscissa value
Hi all.
I have defined a plot thus:
par(mar=c(5,5,4,5),las=1, xpd=NA)
plot(Day, Ym1Imp, ylim=c(0,100), type="b", bty="l", main="Ym1
Expression", cex=1.3, xaxt="n", yaxt="n") #plot implant data
axis(side=1, at=c(0,1,3,5,7,10,14,21), labels=c(0,1,3,5,7,10,14,21)) #
label x axis
mtext("Day", side =1, at=10, line=3, cex=1.2) # title x
2004 Aug 06
3
Strange change in icecast kh14 for IP logging
Hello,
Karl, you added a compile-time flag to enable IP logging in icecast.
But, this changed a lot the log procuded:
81.53.41.160 - - [30/Nov/2003:10:09:11 +0100] "GET /admin/metadata HTTP/1.0" 200 155 "-" "ices/0.3 libshout/2.0-kh22" 0
81.53.41.160 - - [30/Nov/2003:11:20:14 +0100] "SOURCE /radio-bro-gwened.mp3 HTTP/1.0" 200 19 "-" "ices/0.3