Nieekk
20th June 2007, 21:25
Hi there,
I'm trying to run Shoutcast on my ClarkConnect 3.2 (Linux) server. Everything is running well except the fact that I can't create a working .asx file.
http://nlhop.nl/aa.asx
Source of this .asx file:
<ASX version = "3.0">
<Entry>
<REF HREF="http://88.159.165.154:8000"/>
</Entry>
</ASX>
Connecting to http://88.159.165.154:8000 with Winamp works fine. Opening that .asx file with Winamp works also fine. But if I want to open that same .asx file with Windows Media Player, it keeps buffering.
I have put the following in my .htacces:
AddType text/plain txt
AddType text/hackerdork dork
AddType audio/mpeg mp3
AddType audio/x-mpegurl m3u
AddType audio/x-ms-wma wma
AddType audio/x-ms-wax wax
AddType video/x-ms-asf asf
AddType video/x-ms-asx asx
AddType video/x-ms-wmv wmv
AddType video/x-ms-wvx wvx
AddType video/x-ms-wmx wmx
AddType application/ogg ogm
AddType application/ogg ogg
AddType audio/x-pn-realaudio ram
AddType audio/x-pn-realaudio-plugin rpm
AddType audio/x-pn-realaudio ra
AddType audio/x-pn-realaudio rm
How can I make that .asx file work with Windows Media Player?
Thanks in advance.
I'm trying to run Shoutcast on my ClarkConnect 3.2 (Linux) server. Everything is running well except the fact that I can't create a working .asx file.
http://nlhop.nl/aa.asx
Source of this .asx file:
<ASX version = "3.0">
<Entry>
<REF HREF="http://88.159.165.154:8000"/>
</Entry>
</ASX>
Connecting to http://88.159.165.154:8000 with Winamp works fine. Opening that .asx file with Winamp works also fine. But if I want to open that same .asx file with Windows Media Player, it keeps buffering.
I have put the following in my .htacces:
AddType text/plain txt
AddType text/hackerdork dork
AddType audio/mpeg mp3
AddType audio/x-mpegurl m3u
AddType audio/x-ms-wma wma
AddType audio/x-ms-wax wax
AddType video/x-ms-asf asf
AddType video/x-ms-asx asx
AddType video/x-ms-wmv wmv
AddType video/x-ms-wvx wvx
AddType video/x-ms-wmx wmx
AddType application/ogg ogm
AddType application/ogg ogg
AddType audio/x-pn-realaudio ram
AddType audio/x-pn-realaudio-plugin rpm
AddType audio/x-pn-realaudio ra
AddType audio/x-pn-realaudio rm
How can I make that .asx file work with Windows Media Player?
Thanks in advance.