similar to: Adding streaming MP3 files to websites

Displaying 20 results from an estimated 5000 matches similar to: "Adding streaming MP3 files to websites"

2004 Aug 06
2
gen-mpegurl.m3u source/making a clean weblink to broadcast
Hi guys. I've been running icecast for awhile, and just upgraded to the latest version. Everything works fine, nice work. Here's the deal, I'm still not sure how to make a clean link to my broadcast. On the icecast.org site, it calls a cgi-bin file called 'gen-mpegurl.m3u.' This always stars up my broadcast nicely. Is there anyway to get the source code to
2005 Nov 24
1
XSL Content-type
Hello! I have created XLS stylesheet that generetes .m3u list of streaming content via my icecast2 server. That is just simple remake of status.xsl. But I got stuck. When I request it via http://serever/list.xsl - my winamp doesnot accept the m3u generated file. I began to research. The main problem is "Content-type" which gives me the icecast. It gives me text\html and I need
2004 Aug 06
3
Client Woes
On Mon, 10 Sep 2001, Jack Moffitt wrote: > The way to prevetn this download, or rather to work around it, is to use > a small intermediate playlist file. In order to get maximum client > support, m3u files are best. Just make an m3u file called stream.m3u > and in it put: > > http://www.RainbowRadio.com:8000/club.mp3 > > Then point your users to that file. Which will
2004 Aug 06
1
Tweaking Questions.
On Wed, 16 May 2001, Kevin Searle wrote: > On Wednesday 16 May 2001 14:34, you wrote: > > 1- What MIME type and extentsion do we need to > > open a player through Apache, currently what happens > > is that it attempts to download the entire folder > > containing the mp3's instead of opening up the > > player (this happens at http://www.xxx.com:8000). >
2004 Aug 23
1
theora playlist extension
> If you just meant serverside generation, most people do use cgi to > do this, and I believe icecast has this built in, so a request for > http://icecast.server.net/stream.ogg.m3u will generate an > audio/mpegurl response that points to the .ogg url. > > Are either of those what you mean? exactly to link to an ogg vorbis stream on an icecast server you link it with
2011 Feb 28
2
Generation of M3U and XSPF
Hello, I'm a new user of icecast which is a really cool software. I use it with the the http proxy module of apache httpd to do port forwarding with 2 sub domains. On my router i forward all tcp traffic of the port 80 to my server. 2 Sub domains are redirected to my server : radio.mydomain.com (icecast) music.mydomain.com (ampache) my apache server host the ampache application with a
2004 Aug 06
4
icecast2 ogg vorbis client request headers
Didnt try the application/ogg ogg extension yet, ill give that a shot. <p>Dave St John Mediacast1 Administration Need Support ? http://mediacast1.com/helpdesk ----- Original Message ----- From: "Geoff Shang" <gshang@pacific.net.au> To: <icecast-dev@xiph.org> Sent: Friday, April 02, 2004 5:28 AM Subject: Re: [icecast-dev] icecast2 ogg vorbis client request
2004 Aug 06
1
Client Woes
> Why m3u vs. pls? More clients were m3u'able than pls'able last I checked. Specifically Windows Media Player liked them better. But I made this analysis some time ago. Probably over a year or so at least. Also, apps seem to fight over PLS, but less so over M3U. jack. --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To
2004 Aug 06
0
Problems streaming just one file, yet /default works fine.
Hi: first off, it's probably simplest to use your webserver to serve the file. Second, you need to use a playlist file (pls) or mpegurl (m3u) to launch your player. I've not messed with the static streaming in icecast 1.x but this seems to be what it is trying to do, by generating an.pls file on the fly. Here's a worked example. You have a webserver running. You have a file called
2000 May 08
3
about playlist
I have the icecast with some ices working perfectly in a Linux server, mp3 files are reproduced with no problems, I'm quite satisfied with it but I have a little doubt! When users click the link at the HTML page, their default player (like xmms, winamp... etc) doesn't load. That's how I've made the link: <a href="http://my.server:8000/playlist.m3u"> How can I
2004 Aug 06
2
Problems streaming just one file, yet /default works fine.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, We are needing to use icecast to stream a single mp3 _from_the_beginning_ of the file. Using Icecast and Shout, everything works fine, the problem with that is that when you conenct to /default you start listening at whatever point shout is currently playing at. This is not satisfactory at all, the stream must start at the beginning of the
2004 Aug 06
3
icecast2 ogg vorbis client request headers
I have tried that, but not sure if i am doing that right. in connection.c starting line 847 i believe, it sends this bytes = sock_write(client->con->sock, "HTTP/1.0 200 OK\r\n" "Content-Type: audio/x-mpegurl\r\n\r\n" "http://%s:%d%s\r\n", host, port,
2001 Jan 23
1
Re: HTTP Streaming
Okay, this is similar to how the mp3 streaming was. The question is then, what is the MIME type for the playlist itself? For mp3s, it used to be audio/x-mpegurl?? Thanks, Matt >You need to create a playlist containing the URL of the Vorbis file. Then >the browser will just download the playlist and hand it off to your player. >Which player are you using? Not all of them have >HTTP
2005 Jun 03
1
streaming mp3 files
I have upgraded my streaming server to darkice-0.15 and icecast-2.2.0. I am able to stream our radio station from the web site but can not stream any of the mp3 files we are link too from our web site. Here's what I have in icecast.xml - webroot, were all of our mp3 files are located <webroot>/opt/websites/kuer/audio</webroot> website - index.html file, this works with
2004 Aug 06
5
mp3-streaming client for icecast2
Hi! I'm looking for a streaming client for the icecast2-server. It should just feed mp3-files from a playlist to the icecast2-server. The old shout doesn't work: hout -P a -e 8000 -x -p /big/m3u/list.m3u => [3:21] Size: 3231748 Bitrate: 128000 (41432 bytes/dot) [Server error: [HTTP/1.0 401 Authentication Required ] WWW-Authenticate: Basic realm="Icecast2 Server"
2004 Aug 06
0
gen-mpegurl.m3u source/making a clean weblink to broadcast
on Thursday 28 March 2002 22:48, icecast@chile.junglevision.com wrote: > Hi guys. I've been running icecast for awhile, and just > upgraded to the latest version. Everything works fine, > nice work. > > Here's the deal, I'm still not sure how to make a clean > link to my broadcast. On the icecast.org site, it calls > a cgi-bin file called
2015 Mar 22
2
exposed-port option for Icecast behind reverse proxy
Hello, I didn't want to have to choose between Icecast running on port 80 and all my Apache virtual hosts, running also on port 80, on my sole external IP address. I didn't want either to open port 8000 on my firewall because I wanted all users being able to reach Icecast even the ones behind enterprise firewalls. So I managed to run Apache 2.2 listening on port 80 and Icecast 2.3.2
2004 Dec 16
2
MP3 streaming from icecast2 -> WMP
Anyone conceive of any reason why I should have a stream that RealPlayer and iTunes have no problem with, but MP9 refuses to play: just sits there dumbly having loaded the .m3u that points to it, ignoring the play button?
2004 Aug 06
2
mp3-streaming client for icecast2
At 05:45 PM 2/10/2004, you wrote: >On Wed, Feb 11, 2004 at 12:36:55AM +0100, Frank Schubert wrote: > > Hi! > > > > I'm looking for a streaming client for the icecast2-server. It should > > just feed mp3-files from a playlist to the icecast2-server. The old > > shout doesn't work: > > > > shout -P a -e 8000 -x -p /big/m3u/list.m3u > >
2015 Jul 12
2
Customized M3u for Icecast. Are there additional switches on XML / M3u Ezstream to override MetaData Tags in Mp3 with alternate tags
Hello. I have been streaming IceCast for about three years now and have run into a problem, which I hope this forum can resolve We stream non copyright songs from independent musicians. When they upload their music to our site, they upload Mp3's of which some have entered the MetaData information in the MP3. Problem, musicians dont always do this, leaving the meta data very sparse.... When