On Fri, 2005-06-03 at 03:38, Daniel Ballenger wrote:> Not sure about this, but I think the alias feature will do just that > for you.alias will not convert the file contents, for layout, m3u != pls even though they are similar.>From what it sounds like, all you need is to create the listen.pls filein <webroot>, make it contain the details you want. icecast will then server that file. karl.> On 6/2/05, babu <tv@wfhb.org> wrote: > hello, > > Perhaps this is a common request. Our station had a single > shoutcast > stream on domain:9999/listen.pls. Now that I am using icecast, > the stream > playlist will end in m3u, preferably on the same port. I would > rather > redirect the listen.pls requests to this new stream instead of > requesting > other sites and relays to change the url. One relay in > particular is very > difficult to communicate with, yet excellent for high volume > traffic. > > I searched the archives, and did not quite find a relevant > thread. > > I'm enjoying the new setup so far. > > Thank-you, > Tom > > > _______________________________________________ > Icecast mailing list > Icecast@xiph.org > http://lists.xiph.org/mailman/listinfo/icecast > > > > ______________________________________________________________________ > > _______________________________________________ > Icecast mailing list > Icecast@xiph.org > http://lists.xiph.org/mailman/listinfo/icecast
Karl, Have you got any ideas on some specific techniques to contain the details I want? I created an html file with a meta refresh to the m3u url, and this new listen.pls file actually works from IE, firing up a media player and loading the m3u playlist/stream. But it does not work from Netscape or Firefox. They send the listen.pls web page to my media player. Most of these redirect links will be coming from iTunes, and possibly other media players, so I'm not sure how well the meta refresh will work. It looks like it wants to work in iTunes, but then fails. By the way, the stream is a line-in from a stereo, so there is no actual playlist or set of audio files. That may be a key detail that I should have mentioned first! Thanks, Tom On Thu, 3 Jun 2005, Karl Heyes wrote:> On Fri, 2005-06-03 at 03:38, Daniel Ballenger wrote: >> Not sure about this, but I think the alias feature will do just that >> for you. > > alias will not convert the file contents, for layout, m3u != pls even > though they are similar. > >> From what it sounds like, all you need is to create the listen.pls file > in <webroot>, make it contain the details you want. icecast will then > server that file. > > karl. > > >> On 6/2/05, babu <tv@wfhb.org> wrote: >> hello, >> >> Perhaps this is a common request. Our station had a single >> shoutcast >> stream on domain:9999/listen.pls. Now that I am using icecast, >> the stream >> playlist will end in m3u, preferably on the same port. I would >> rather >> redirect the listen.pls requests to this new stream instead of >> requesting >> other sites and relays to change the url. One relay in >> particular is very >> difficult to communicate with, yet excellent for high volume >> traffic. >> >> I searched the archives, and did not quite find a relevant >> thread. >> >> I'm enjoying the new setup so far. >> >> Thank-you, >> Tom >> >> >> _______________________________________________ >> Icecast mailing list >> Icecast@xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast >> >> >> >> ______________________________________________________________________ >> >> _______________________________________________ >> Icecast mailing list >> Icecast@xiph.org >> http://lists.xiph.org/mailman/listinfo/icecast >
On Fri, 2005-06-03 at 05:22, babu wrote:> Karl, > > Have you got any ideas on some specific techniques to contain the details > I want? I created an html file with a meta refresh to the m3u url, and > this new listen.pls file actually works from IE, firing up a media player > and loading the m3u playlist/stream. But it does not work from Netscape or > Firefox. They send the listen.pls web page to my media player. > > Most of these redirect links will be coming from iTunes, and possibly > other media players, so I'm not sure how well the meta refresh will work. > It looks like it wants to work in iTunes, but then fails. > > By the way, the stream is a line-in from a stereo, so there is no actual > playlist or set of audio files. That may be a key detail that I should > have mentioned first!now you lost me, I'm not sure why you want a HTML metadata refresh, I thought you would just want a listen.pls file, so that browsers like IE will start the player. eg [playlist] NumberOfEntries=1 File1=http://myhost:8000/stream Title1=My Stream Length1=-1 karl.