similar to: Updating metadata on Icecast2

Displaying 20 results from an estimated 100 matches similar to: "Updating metadata on Icecast2"

2004 Aug 06
0
Updating metadata on Icecast2
I think if you pass in song=Led+Zeppelin+-+Song+Remains+The+Same then icecast will interpret the artist and song appropriately...I can't look at the code from where I am now, but I think this is the case... It pretty much assumes that Artist and Song are separated by a -...I believe this was just a temporary solution at the time, but seemed to work good in general... oddsock > >
2006 May 06
4
Scaffold Uses Wrong Host for MySQL user
I''m following the example Depot app in Agile Web Development with Rails. The scaffold fails because it is not using the correct host for the user. Here is the error that the scaffold emits: Access denied for user ''jimmy''@''%'' to database ''depot_development'' The MySql user ''jimmy'' was created with the host of
2018 Jul 31
2
Problems with metadata updates
Hi, I am writing a source client (from scratch). I’ve got the actual audio streaming part worked out just fine, but the metadata has me scratching my head a little bit. According to the docs, to update metadata for an mp3 stream you’re supposed to issue an http request like this: http://hostname:port/admin/metadata?mode=updinfo&mount=/station&song=test
2017 Jun 15
2
OPUS/FLAC Metadata
Hi all, 2017-06-13 9:33 GMT-05:00 Philipp Schafft <phschafft at de.loewenfelsen.net>: > > Good afternoon, > > > On Mon, 2017-06-12 at 13:20 -0500, Rick Keniuk wrote: > > Marvin, > > > > That is the current version being used and it still has no meta data. > > server_id Icecast 2.4.99.1 > > Icecast2 2.5 beta releases use 2.4.99.x as version
2004 Aug 06
3
Icecast2 Ogg Clients
Hi, <p>I was streaming Ogg Vorbis to a mount point which didn't end .ogg ogg123 played the stream without any problems, but other clients (xmms, Audion) just kept rebuffering and failed to detect that it as an Ogg encoded stream. Surely the client should use the MIME type provided by the server rather than rely on the suffix in a URL ? <p>Is there any attempt to encourage
2004 Aug 06
4
Icecast & Liveice b.s.
I have been fiddling with the darn thing for three days now, and i am at whits end. I dunno why it isn't working. Any help is so much appreciated. I am trying to use mpg123, liveice and icecast on my Alpha. It does not have a sound card. All three programs compile without any problems. If i did not know better, i just might a throw the alpha off the space station and watch it burn up on
2004 Aug 06
2
Problem connecting to icecast2
Kristoffer R. Munroe wrote: > <ices:Password>hackme</ices:Password> > DEBUG: Mount: /mymp3stream, Password: letmein Are these not significant? -- Tim Schuh Ugly Networks --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to
2004 Aug 06
3
icecast +liveice +linein
use icecast+liveice and i need to get stream from linein . Icecast work perfectly and liveice was perfectly but i can get stream only if I plug lineout from my radio box to mic on my sound card . Is there any special config string in liveice for streaming from linein or maybe liveice can't do it my liveice.cfg # liveice configuration file SERVER localhost PORT 80 NAME My Radio Box GENRE
2017 Jun 16
3
OPUS/FLAC Metadata
On 16 Jun 2017, at 5:41, Rick Keniuk wrote: > Is this the HTTP call for injecting the “song” metadata? > This is a capture (using RawCap in conjunction with Wireshark) of my > AAC+ stream metadata input to IceCast that works fine. > > GET > /admin/metadata?mode=updinfo&mount=%2FFVHradio_AAC&song=Fox%20Valley%20Hit%20radio%20-%20Hits%20from%20the%20Valley > HTTP/1.0
2006 Jul 20
1
libshout: Streaming MPEG Audio Layer 2
Hi, I have been trying to stream MPEG Audio Layer 2 using libshout in my dvbshout program: http://www.ecs.soton.ac.uk/~njh/dvbshout/ However I have been using the shout_send_raw() API call because the MPEG audio header parser rejects audio that isn't Layer 3. Streaming layer 2 works in exactly the same way as Layer 3 and without any problems. Would it be possible to get src/mp3.c
2018 Sep 25
1
How to troubleshoot admin auth values in url format http://admin:password@icecast.org:1234
Hello, I'm asking if there is a way to do extra troubleshooting for admin auth, by adjusting a config parameter (i.e. loglevel), then looking at log files. Sometimes I can auth properly when trying to update metadata using a url with basic auth embedded before the server/hostname, requested from a web browser like google chrome. i.e. http://admin:password at
2004 Aug 06
4
Problem connecting to icecast2
On Thursday, 15 April 2004 at 08:07, Kristoffer R. Munroe wrote: > I am using the http protocol now and I still get the same results. <snip> > >DEBUG: Sending following information to libshout: > >DEBUG: Stream: 0 > >DEBUG: Host: 127.0.0.1:8000 (protocol: xaudiocast) According to the log file you attached, you're still using xaudiocast. Double check your
2004 Aug 06
2
song titles
On Monday 17 February 2003 21:18, Deva Seetharam wrote: > Hello All, > > while icecast is streaming a mp3 source, how is the song title info > maintained? > > that is, does the source send the song title? does icecast log the songs > that have been played? > This (for almost-compatibility with shoutcast - true compatibility is difficult or impossible, since the shoutcast
2004 Aug 06
2
Yet another LAME re-encoding question
Yes, I have checked the archives :) I am running Ices 0.2.2 with icecast 1.3.10 and LAME 3.87. I have compiled Ices without any problems, it found lame.h and the libraries, my problem is that when I run ices, it doesn't re-encode the files. This is the command line I am using to play around with: ./ices -b 64 -H 64 -F playlist -h localhost -p 8000 -P letmein -r -v The log shows nothing
2004 Aug 06
1
Problem connecting to icecast2
Well I think that I see where the problem is.. That is exactly right. [root@wyatt icecast]# ices -c /home/icecast/ices.conf Unknown Node: Server Unknown Execution keyword: Base_Directory <p>I dont think that ices is actually using the settings in the Server section of the config file. That would explain why the passwords are different. <p>So I guess that I will try to set it up
2004 Oct 03
3
metadata
We are currently adding Shoutcast title information support to our radio broadcasting/streaming software and would like to do the same for Icecast if this function has been implemented. The Shoutcast server uses a format like this: http://server-ip/admin.cgi?pass=yourpassword&mode=updinfo&song=Artist_and_Title_etc Our software sends this request at each change of track. The server
2004 Aug 06
2
ices configuration not working
OS: FreeBSD4.8 okay I installed ices from /usr/ports/audio/ices copied ices.conf.dist to config.xml can somebody explain to me why the configuration file is not getting loaded root@hurricane# ices [/usr/local/etc/ices] IceS 2.0beta2 (c) Copyright 2001-2002 Michael Smith <msmith@icecast.org> Usage: "ices config.xml" root@hurricane# ices
2004 Aug 06
2
Trouble running IceS
Hello, I have tried to build ices both from CVS and from the latest tarball from the web site (using a varienty of configure options, or autogen.sh in the case of cvs). Whenever I try to run it I get errors: cadmium:/work/dl/Audio/streaming/ices-0.2.3 # /usr/local/icecast/bin/ices --help /usr/local/icecast/bin/ices: error while loading shared libraries: libgcc_s.so.1: cannot open shared object
2020 Apr 22
6
Recommendations on intrusion prevention/detection?
Dear all, what are the key strategies for intrusion prevention and detection with dovecot, apart from installing fail2ban? It is a pity that the IMAP protocol does not support 2 factor authentication, which seems to stop 90% of intrusion attempts in their tracks. Without it, if someone has obtained your password and reads your mail without modifying it, you will hardly ever notice. Is there a
2004 Aug 06
6
Unofficial Icecast HOWTO posted
Howdy. I just posted an unofficial HOWTO on configuring icecast2 on a Linux or other UNIX machine. It's just a draft in DocBook format, but I was hoping it might help someone. I've worked enough with icecast over the past few years that I thought it time to share what I've learned. The URL is as follows: http://quasi.ksl.com/icecast/ I have older documentation in