| View previous topic :: View next topic |
| Author |
Message |
ardya
Joined: 22 Mar 2009 Posts: 20
|
Posted: Sun Mar 22, 2009 2:13 am Post subject: xspf produced by icecast2 fails to load/fails xspf validator |
|
|
Icecast 2.3.2, status page offers m3u and xspf playlist types. xspf link fails to load into player. I CAN load xspf links from xiphs directory server though.
Tested the url that icecast gives for xspf with the xspf validator at http://validator.xspf.org and it fails to load as well.
Is there some extra configuration needed? The default status.xsl provides the playlist links as {@mount}.m3u and {@mount}.xspf
The m3u link loads into player successfully. xspf link doesn't. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Sun Mar 22, 2009 3:24 pm Post subject: |
|
|
looks like the xspf didn't install into the admin directory, it's fixed in the trunk code so it will be ok in the next release. You can either install that tree or just drop the xspf.xsl into your adminroot.
http://svn.xiph.org/icecast/trunk/icecast/admin/xspf.xsl
karl. |
|
| Back to top |
|
 |
ardya
Joined: 22 Mar 2009 Posts: 20
|
Posted: Sun Mar 22, 2009 3:33 pm Post subject: |
|
|
| karlH wrote: |
looks like the xspf didn't install into the admin directory, it's fixed in the trunk code so it will be ok in the next release. You can either install that tree or just drop the xspf.xsl into your adminroot.
http://svn.xiph.org/icecast/trunk/icecast/admin/xspf.xsl
karl. |
Indeed that was it. I built this from source too. Also found the same issue on a debian stable installation using debian pkgs, thanks, this now works. |
|
| Back to top |
|
 |
|