Panic....Help me play this stream in Linux

Associate
Joined
21 May 2007
Posts
1,464
It's that time of year again, the Le Mans 24 hours is this weekend. And yet again this year, Radio Le Mans have changed how they broadcast.

Short Version: I need a way to play the Radio Lemans stream in Linux, preferably using a media player rather than a browser.
The stream is here.......
http://rlm08.0157.org/
(click Listen Live).


Long version...........

I got it to play on my laptop in firefox, using the ODDEST hack ever.....
While looking for the URL of a real stream I could pass to xine or mplayer, in the player window, I noticed that it specified the "simple" version of WMP, with the executable named "mplayer2". In pure frustration, I did
ln -s /usr/bin/mplayer /usr/bin/mplayer2

And the ruddy thing worked....firefox could then open the player window and sure enough the sound of GT cars and crazy English blokes came from my speakers. Now this is odd for two reasons.....first, obviously windows parses embedded stuff differently, so it's bizarre that the executable's name was even passed to the shell.....but more oddly even....the source of the player page actually says "x-mplayer2"......yet my link was just "mplayer2".
It definitely was not playing before I did this.

I tried the same trick on my desktop machine, the one with speakers worthy of 50,000 horse power rolling over the start line on Saturday afternoon, and it didn't work.

Can anyone extract a real URL from that page?
Or a way to pass the page to ,mplayer/realplay/xine?
At a push, I'll settle for a way to make FF or Opera play it.

It's either that, or keep the winbox on for about 30 hours straight, burning 200W idle, just for it to be a radio.



PS: I will be watching on Eurosport, but listening to RLM, been spending the 24hrs with them since 2000.
 
Looking at the source code they're using a javascript function called plyr().....

Code:
function plyr(){
window.open("http://rlmplayer.0157.org/index.html","Radiolemans",'height=48,width=200,status=no,resizeable=no,directories=no,location=no,toolbar=no,titlebar=no,menubar=no')}
Can you try accessing just the URL, ignoring all the other parameters they pass the function...

http://rlmplayer.0157.org/index.html

Does that work?
 
clicked the above link and it opened up a new tab in firefox and audio can be heard.. No video though.
 
Thanks people, all happy now.
I tried the embedded link in mplayer before posting this, but hadn't tried it in xine.

Odd that it worked in firefox on the lapper but not on the desktop.


Still, it's working, and in a mediaplayer not a flamin browser, so it's time to put the pictures on Eurosport, stick radio le mans on the speakers with xine, crack open a 12 pack of red bull and batten down the hatches for another 24 hour sprint race ;)
 
Back
Top Bottom