| View previous topic :: View next topic |
| Author |
Message |
robertut
Joined: 31 Aug 2007 Posts: 156
|
Posted: Tue Jun 03, 2008 10:59 am Post subject: mime-type for xspf |
|
|
I guess there's no mime-type specified for the xspf playlists in IceCast's webserver, because IE tries to download it and show it like an XML.
| Code: |
| application/xspf+xml xspf |
should be added for better compatibility with browsers.
Also for m3u:
| Code: |
| audio/x-mpegurl m3u |
|
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Jun 03, 2008 1:34 pm Post subject: |
|
|
Actually xspf is xml and I'm guessing this is on windows because of the lack of a central mime types file. You can define a <mime-types> in the icecast xml to refer to a mime types file.
karl. |
|
| Back to top |
|
 |
robertut
Joined: 31 Aug 2007 Posts: 156
|
Posted: Wed Jun 04, 2008 7:33 am Post subject: |
|
|
Is it fine like this?
| Code: |
| <mime-types>C:\AppServ\Apache2.2\conf\mime.types</mime-types> |
|
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Jun 04, 2008 1:05 pm Post subject: |
|
|
That should be fine.
karl. |
|
| Back to top |
|
 |
|