| View previous topic :: View next topic |
| Author |
Message |
peepo
Joined: 15 Dec 2007 Posts: 88
|
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Fri Jun 13, 2008 7:27 pm Post subject: |
|
|
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  |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Jun 13, 2008 7:32 pm Post subject: |
|
|
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 |
|
 |
peepo
Joined: 15 Dec 2007 Posts: 88
|
Posted: Fri Jun 13, 2008 8:07 pm Post subject: |
|
|
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 |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Jun 13, 2008 8:32 pm Post subject: |
|
|
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 |
|
 |
peepo
Joined: 15 Dec 2007 Posts: 88
|
Posted: Sat Jun 14, 2008 12:14 am Post subject: |
|
|
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 |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sat Jun 14, 2008 12:37 am Post subject: |
|
|
I think you are getting there. The xml should not need changing.
karl. |
|
| Back to top |
|
 |
peepo
Joined: 15 Dec 2007 Posts: 88
|
Posted: Mon Jun 16, 2008 9:20 pm Post subject: |
|
|
ok all done 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 |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Mon Jun 16, 2008 10:00 pm Post subject: |
|
|
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 |
|
 |
peepo
Joined: 15 Dec 2007 Posts: 88
|
Posted: Wed Jun 18, 2008 9:46 am Post subject: |
|
|
| 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 |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Jun 18, 2008 12:53 pm Post subject: |
|
|
Assuming listen.pls exists in your webroot and you are listening on port 80 then that is the correct url.
karl. |
|
| Back to top |
|
 |
peepo
Joined: 15 Dec 2007 Posts: 88
|
Posted: Wed Jun 18, 2008 9:15 pm Post subject: |
|
|
| No, we are listening on port 8000. What does the 80 mean? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Jun 18, 2008 10:54 pm Post subject: |
|
|
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 |
|
 |
peepo
Joined: 15 Dec 2007 Posts: 88
|
Posted: Thu Jun 19, 2008 7:46 pm Post subject: |
|
|
| 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 |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Jun 19, 2008 9:17 pm Post subject: |
|
|
If you don't then icecast won't see then request for the playlist.
karl. |
|
| Back to top |
|
 |
|