View Single Post
  #3  
Old 02-20-2015, 09:20 AM
George_C George_C is offline
Junior Member
 
Join Date: Dec 2014
Location: Ontario
Posts: 6
George_C is on a distinguished road
Default

Re: Help finding direct links to audio streams of Egyptian and Jordanian radios


biezom, first I want to apologize for not thanking or acknowledging your reply till now. Sorry.


Quote:
Originally Posted by biezom View Post
for ERTU you can use rtmpdump

example http://ertu.org/1/radioShabab.asp

Code:
rtmpdump -r "rtmp://liveRadio.onlinehorizons.net/shabawreada" -a "shabawreada" -f "WIN 16,0,0,235" -W "http://lr.onlinehorizons.net/player.swf" -p "http://lr.onlinehorizons.net/shabawreada.html" --live -y "livestream" -o shabawreada.mp3
I was able to duplicate and understand the code you provided for accessing the ERTU stations using rtmpdump. With "rtmp --help" I also understand what the parameters refer to. What I don't understand yet, is how, or from where you chose some of the parameters, eg '-f', '-W', '-p' and '-y'. Is there any 'How to...' document or tutorial you can point to?

Also your code shows how to download the streams, [which I was already able to do with Applian's Replay Media Catcher 'rmc']. However, I was then able to adapt it to pipe the output to VLC. Also, with additional hints from the applian forum, I can enter rtmpdump as a plug-in to rmc, which then allow me to schedule recordings. Good.

Ultimately, I would like to be able to play these streams on my Logitech Squeezebox Radio, which is served from my Logitech Media Server (LMS) on a NAS drive. The problem is that Squeezebox Radio does not support rtmp streams, and playing them on the Logitech Squeezebox Radio would require some real time transcoding within the LMS. I suspect that this question is outside the scope of this forum, but would welcome any ideas.

Quote:
Originally Posted by biezom View Post
for JRTV you can use Adobe HDS Downloader

example http://www.jrtv.jo/page.aspx?page_key=key_radio


Code:
php AdobeHDS.php --manifest "http://stream1.joinvisions.net:1935/jorlive/ar/manifest.f4m" --delete
That's totally new to me, and I have to figure out how to implement this code. I saw AdobeHDS.php is discussed in the rtmpdump subforum so I will look there for clues before asking anything more.

Thanks again

gc
Reply With Quote