My guess is that the adress
" http://www.sr.se/webbradio/createasx.asp?namn=SR-p3-High" is not the
source of the streaming radio, but only a pointer to it. If that is the
case, how do I get the source? Is there something else that might be wrong?

You are correct.

This is how you get the real adres:

1. Download the link with wget:
cd /tmp/
wget 'http://www.sr.se/webbradio/createasx.asp?namn=SR-p3-High '

2. See whats inside the downloaded file:
cat 'createasx.asp?namn=SR-p3-High'

3. Look at what's inside:
<ASX version="3.0">
<Entry>
        <ref HREF= "" wm.qbrick.com/02038_sr-p3-high"/>
        <ref HREF= "" href="http://wm.qbrick.com/02038_sr-p3-high">wm.qbrick.com/02038_sr-p3-high"/>
        <ref HREF= "" href="http://sr-wm.qbrick.com/02038_sr-p3-high">http://sr-wm.qbrick.com/02038_sr-p3-high"/>
</Entry>
</ASX>

4. Try to play the links you can find with mplayer:
mplayer 'http://sr-wm.qbrick.com/02038_sr-p3-high'

5. If you hear sound, then this is your adres, if mplayer doesn't like it, try another. If you've tried them all without succes, try downloading the links with wget and goto step 2.

Happy hunting!

Regards,
Wander.
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to