Answer the question
In order to leave comments, you need to log in
How to pull playlist from online radio? [SOLVED]?
Good day %username%!
The essence of the problem is this: there is an online radio station that can only be listened to through a browser. I would like to pull a playlist from the site so that you can listen to the radio in the player and, accordingly, see the names of the songs, scrobble on last.fm and other joys. Actually a subject how to make it?
Answer the question
In order to leave comments, you need to log in
I don't think I'll be able to extract the stream for playback on my computer... It plows through flash and loads from here (http://79.143.177.102:8066/stream?type=.flv).
To listen with the player, create a text file, change its extension to .pls and fill it with the following content:
My AIMP3 runs and processes just fine.
As for the other questions, I don't know.
[playlist]
NumberOfEntries=1
File1=http://79.143.177.102:8066/stream
open the code, you see something like
so.addVariable("config","dplayer/config.xml");
<?xml version="1.0" standalone="yes"?>
<aacplayer>
<station>Radio Station</station>
<caption>nDaMiX Radio</caption>
<statusscriptlink>listeners.php</statusscriptlink>
<facebooklink>http://www.facebook.com/pages/NDaMiXRadio/133900590036112/</facebooklink>
<twitterlink>http://twitter.com/nDaMixRadio/</twitterlink>
<emaillink>mailto:[email protected]</emaillink>
<autoplay>yes</autoplay>
<rtmp></rtmp>
<streamaddress>http://208.53.183.237:8051/live?type=.flv</streamaddress>
</aacplayer>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question