Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

multiple stream formats - mp3, pls, qtl, asx, ram
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server
View previous topic :: View next topic  
Author Message
peepo



Joined: 15 Dec 2007
Posts: 88

PostPosted: Fri Jun 13, 2008 4:20 pm    Post subject: multiple stream formats - mp3, pls, qtl, asx, ram Reply with quote

Im trying to work out how to make my stream available for different kinds of music players.
I have the m3u one working, but we have listen buttons on my website that are listener software specific.

http://215.168.190.207:8000/live.m3u

Ive tried to make the links work by adding these file extensions, but when clicked it just sais 'this file cannot be found on this server'

http://215.168.190.207:8000/live.pls

http://215.168.190.207:8000/live.qtl

http://215.168.190.207:8000/live.asx

http://215.168.190.207:8000/live.ram

What am I doing wrong, and what do I need to do to achieve links specific to certain software?
Back to top
View user's profile Send private message
Anonymous
Guest





PostPosted: Fri Jun 13, 2008 7:27 pm    Post subject: Reply with quote

you need to make the playlist files yourself, and make sure that application supports what your stream is encoded with.

not all players will decode and play oggcast, usually shoutcast/mpeg is your best bet

you need to google about and understand how it works, then you'll be able to do this yourself Smile
Back to top
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Fri Jun 13, 2008 7:32 pm    Post subject: Reply with quote

playlist format is different from stream content format. content format always has issues with player support. Icecast will generate the m3u/xspf playlist automatically but pls and the others need to be placed in webroot (eg mountpoint.pls)

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
peepo



Joined: 15 Dec 2007
Posts: 88

PostPosted: Fri Jun 13, 2008 8:07 pm    Post subject: Reply with quote

can anyone elaborate on this? as Im still in the dark.
Someone told me I just change the prefix on the end of each one & it will work.
What do I need to do to make these work?
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Fri Jun 13, 2008 8:32 pm    Post subject: Reply with quote

You need to look up the specs for the playlist formats and write one referring to your stream or get some app to create them for you. I think the pls can be found by a simple search not sure about the others. Icecast will not create files in formats it knows nothing about. then place them in webroot.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
peepo



Joined: 15 Dec 2007
Posts: 88

PostPosted: Sat Jun 14, 2008 12:14 am    Post subject: Reply with quote

ok, just to confirm. Im placing a playlist file of each of my required formats, pointing to the stream, so when someone requests a certain format the playlist file points them to the stream?
And I place these playlist files in webroot?
Do I need to ammend anything in the cofig file aswell?
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Sat Jun 14, 2008 12:37 am    Post subject: Reply with quote

I think you are getting there. The xml should not need changing.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
peepo



Joined: 15 Dec 2007
Posts: 88

PostPosted: Mon Jun 16, 2008 9:20 pm    Post subject: Reply with quote

ok all done Smile The files are in the web root folder.
How do I link to the files in web root?

http://215.168.190.207/listen.pls

listen.pls being the name of the playlist file.
Im doing that & they arent working
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Mon Jun 16, 2008 10:00 pm    Post subject: Reply with quote

It looks like something is blocking access to the server, I can't connect at all, so getting a playlist is not going to work unless that gets sorted out.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
peepo



Joined: 15 Dec 2007
Posts: 88

PostPosted: Wed Jun 18, 2008 9:46 am    Post subject: Reply with quote

no, server isnt running at the moment. Am I using correct url to get to playlist file? Or does it need to be different if I am pointing to the webroot folder?
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Wed Jun 18, 2008 12:53 pm    Post subject: Reply with quote

Assuming listen.pls exists in your webroot and you are listening on port 80 then that is the correct url.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
peepo



Joined: 15 Dec 2007
Posts: 88

PostPosted: Wed Jun 18, 2008 9:15 pm    Post subject: Reply with quote

No, we are listening on port 8000. What does the 80 mean?
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Wed Jun 18, 2008 10:54 pm    Post subject: Reply with quote

the url you posted did not include a port number so port 80 is assumed (because it is http), if you want port 8000 then the url would be http://215.168.190.207:8000/listen.pls

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
peepo



Joined: 15 Dec 2007
Posts: 88

PostPosted: Thu Jun 19, 2008 7:46 pm    Post subject: Reply with quote

Port 8000 is specified within the playlist file that the url is pointing to. Do I also need to put the port number in the link pointing to the playlist file?
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Thu Jun 19, 2008 9:17 pm    Post subject: Reply with quote

If you don't then icecast won't see then request for the playlist.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Icecast Server All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber