Displaying 20 results from an estimated 500 matches similar to: "admin.cgi metadata updates"
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 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 06
7
metadata sent from windows based system
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 the
curl --user admin:hackme
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 Jul 16
1
Fixed and random factors in aov()
Hi,
I'm confused about how to specify random and fixed factors in an aov()
term. I tried to reproduce a textbook example: One fixed factor (Game, 4
levels) and one random factor (Store, 12 levels), response is Points.
The random factor Store is nested in Game. I tried
> str(kh.df)
`data.frame': 48 obs. of 4 variables:
$ Subj : Factor w/ 48 levels
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 Mar 16
1
Client has fallen behind
Hi Guys,
I have a lot of streaming running with Icecast (Icecast 2.1-kh5) and
they work fine on (for example) winamp. The fact is that we have many
listeners tuning in with mp3-web-radio's on slow connections. Some of
the streams connect only once in a few time. They connect and disconnect
after sending 8k.
The error is:
[2005-03-16 11:20:07] DBUG source/send_to_listener Client has
2005 Jan 14
4
<intro> stream stopt after intro
Hi Guys,
I'm using the icecast-2.1-kh5 for the intro feature. The intro works,
but after the intro it stops. It does not go on
with the stream. When I comment the intro part, the stream works perfectly.
Does anybody know what I can do to solve this problem?
--
Met vriendelijke groeten,
Jesper Weiland
Exonet Internet Services
Koopmanslaan 3
7005 BK Doetinchem
E: Jesper@exonet.nl
T:
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:
>>
2013 Feb 20
3
maximum file descriptor limit - icecast freeze
Hi!
A week ago I had a blocked icecast server because of the open files. I
read some posts about the 1024 fd limit but this is not the case. My
stations rarely has 300 listeners. From the log I can see that around
3PM I had 7 listeners on a mount and 35 on another one. Then, suddenly
the only line written to the log is
[2013-02-13 15:59:06] WARN connection/accept_client accept() failed
with
2013 Feb 26
1
maximum file descriptor limit - icecast freeze
reflum,
On Thu, 2013-02-21 at 09:29 +0200, R?cker Thomas wrote:
> On 20/02/13 19:38, Alexandru Matei wrote:
> > A week ago I had a blocked icecast server because of the open files. I
> > read some posts about the 1024 fd limit but this is not the case. My
> > stations rarely has 300 listeners. From the log I can see that around
> > 3PM I had 7 listeners on a mount and
2015 Jan 14
2
OggFLAC metadata support
Hello,
I'm currently using Liquidsoap to stream a group of files to Icecast.
The stream is sent to Icecast in a few different formats (MP3,HE-AAC
v2,OggFlac,OggOpus).
The "Current Song" metadata is correctly displayed for the MP3 and the AAC
stream, but not the OggFLAC or OggOpus stream.
I see a few entries in the Icecast forums, but it does look like FLAC
metadata support never
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>
>
2018 Nov 06
5
Installing IceCast2 on CentOS 6 / CPanel
Was hoping to get some updated instructions for this.
Have access to a dedicated server.
The info on the web seems to be outdated.....some of the links are DOA.....
There was one simple install, but not sure if it would work:
This tutorial explains how to install icecast kh10 server on centos 6 server
# cd /usr/src
# wget
2018 Aug 15
1
WARN cfgfile/_parse_alias incomplete alias definition HELP PLEASE.
Hello
Maybe you can help me i couldnt find answer in web , sorry for english).
I install Icecast 2.4.0-kh10 with all needed packages .
Ubuntu-16.04-amd64.
No errors .
~# icecast -status
Icecast 2.4.0-kh10
When I start icecast
icecast -b -c /usr/local/etc/icecast.xml
i have problems like:
[2018-08-15 03:42:02] WARN cfgfile/_parse_alias incomplete alias definition
[2018-08-15 03:42:02] EROR
2017 Nov 13
2
Metadata: populating StreamUrl
Howdy Folks:
Is there a way in v2.4.2 to include a ?StreamUrl=? field in the stream metadata as well as ?StreamTitle=?? It appears that the administrative interface only populates StreamTitle.
For example:
http://server.example.com:8000/admin/metadata?mount=MyMount&mode=updinfo&song=MySong
will insert only ?StreamTitle=MySong?;.
Googling around has brought up some possible
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
2005 Jan 20
2
http/cgi metadata updating
I heard that Icecast 2.2 now supports metadata updating via http for vorbis
streams. We are adding http metadata support into our broadcasting software
for the next release. Can someone point me to a link for the syntax, or is
it identical to the Shoutcast syntax?
http://www.host.com:port/admin.cgi?pass=Password&mode=updinfo&song=Artist_Title&url=http://someurl.com
Has there been