How to get radio stream URL out of a webpage?

  • Thread starter Thread starter postcd
  • Start date Start date
P

postcd

Hello,

please what is the easiest linux way to get an online radio stream URL out of website player like:

PLAY.CZ - radio player

They may support: Flash, Silverlight, HTML5 audio.
wma, mp3, aac

my web browser dont have any flash technologies and i dont wish to use any. also source code of the website dont show anything

There a quite neat way to stream right from command line:

Code:
mplayer http://95.81.146.2/fip/all/fiphautdebit.mp3
(above mentioned is another radio, i still dont know how to discover that stream URL/IP from linux)

Continue reading...
 
Back
Top