Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Audio stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=5)
-   -  

Help with the Blaze Radio channel

(http://stream-recorder.com/forum/showthread.php?t=16347)

mitchflorida 05-14-2013 07:18 AM

Help with the Blaze Radio channel


 
Does anyone have the aac or mp3 url for The Blaze Radio?


http://www.theblaze.com/wp-content/t..._radio/player/

bat999 05-15-2013 06:49 PM

Re: Help with the Blaze Radio channel


 
Quote:

Originally Posted by mitchflorida (Post 62203)
Does anyone have the aac or mp3 url for The Blaze Radio?
http://www.theblaze.com/wp-content/t..._radio/player/

Hi
No URL...
but RTMPDump can be used with that player link. :cool:

For example...

With Linux and MPlayer:-
Code:

rtmpdump -r "rtmp://cp7417.live.edgefcs.net/live/" -a "live/" -W "http://www.theblaze.com/wp-content/themes/TheBlaze/blaze_radio/player/player_brn_v3.swf" -p "http://www.theblaze.com/wp-content/themes/TheBlaze/blaze_radio/player/" -y "prn_beck_ic_pri@86194" -v -o - | mplayer -
Quote:

@ubuntu:~$ rtmpdump -r "rtmp://cp7417.live.edgefcs.net/live/" -a "live/" -W "http://www.theblaze.com/wp-content/themes/TheBlaze/blaze_radio/player/player_brn_v3.swf" -p "http://www.theblaze.com/wp-content/themes/TheBlaze/blaze_radio/player/" -y "prn_beck_ic_pri@86194" -v -o - | mplayer -
RTMPDump v2.4-git-df6c518
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
MPlayer SVN-r36264-4.5.2 (C) 2000-2013 MPlayer Team

Playing -.
Reading from stdin...
INFO: Metadata:
INFO: audiodatarate 64.00
INFO: audiosamplerate 44100.00
INFO: audiocodecid 10.00
INFO: canSeekToEnd FALSE
INFO: audiodevice Orban Optimod 1100 (112305037)
INFO: metadatacreator Orban Opticodec-PC PE 3.7.91 (os=Windows NT 5.1 Service Pack 3)
INFO: description Glenn Beck
INFO: name GlennBeck Flash Web App
INFO: createdby Orban, Inc.
INFO: website http://theblaze.com
INFO: creationdate Monday, May 13, 2013 18:47:06 UTC
INFO: artist
INFO: title
INFO: url
2.834 kB / 0.23 seclibavformat version 55.4.101 (internal)
libavformat file format detected.
63.158 kB / 7.62 sec[flv @ 0xb74c4d00]max_analyze_duration 5000000 reached at 5014000 microseconds
[lavf] stream 0: audio (aac), -aid 0
Clip info:
canSeekToEnd: false
audiodevice: Orban Optimod 1100 (112305037)
metadatacreator: Orban Opticodec-PC PE 3.7.91 (os=Windows NT 5.1 Service Pack 3)
description: Glenn Beck
name: GlennBeck Flash Web App
createdby: Orban, Inc.
website: http://theblaze.com
creationdate: Monday, May 13, 2013 18:47:06 UTC
artist:
title:
url:
Load subtitles in ./
================================================== ========================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 55.7.100 (internal)
AUDIO: 44100 Hz, 2 ch, floatle, 65.5 kbit/2.32% (ratio: 8192->352800)
Selected audio codec: [ffaac] afm: ffmpeg (FFmpeg AAC (MPEG-2/MPEG-4 Audio))
================================================== ========================
AO: [alsa] 44100Hz 2ch floatle (4 bytes per sample)
Video: no video
Starting playback...
79.427 kB / 9.62 sec


Or with Windows XP and VLC:-
Code:

rtmpdump -r "rtmp://cp7417.live.edgefcs.net/live/" -a "live/" -W "http://www.theblaze.com/wp-content/themes/TheBlaze/blaze_radio/player/player_brn_v3.swf" -p "http://www.theblaze.com/wp-content/themes/TheBlaze/blaze_radio/player/" -y "prn_beck_ic_pri@86194" -v -o - | "C:\Program Files\VideoLAN\VLC\vlc.exe" - --meta-title "The Blaze"

mitchflorida 05-15-2013 07:33 PM

Re: Help with the Blaze Radio channel


 
What would be the url that I could paste into my web browser so that it would open up the appropriate program? And what program is that, Real Player? I have never heard of RTMP Dump before.

TheBlaze is also on IHeartRadio but I am guessing that is an rtmp file, not aac or mp3?


It sounds like they are deliberately making it difficult to play this outside of their player.

slonlo 05-23-2013 07:05 AM

Re: Help with the Blaze Radio channel


 
So I was just trying to figure this out so I can listen to Buck Sexton with my XBMC live instead of just via podcast later. And I want to listen to Doc Thompson tonight on his "24 hours in 27 hours but only 21 hours straight" broadcast for Oklahoma. So with a combination of that RTMPdump and this:
http://forum.xbmc.org/showthread.php?tid=93280
You should be able to get it. That strm file should play in other programs, though I'm not sure. I hope that helps.

EDIT: I just got home from work so I could try this out, and it works great. But it looks like the STRM file won't help you any. BUT for anyone who might care in the future:
rtmp://cp7417.live.edgefcs.net/live/ playpath=prn_beck_ic_pri@86194 pageURL=http://www.theblaze.com/wp-content/themes/TheBlaze/blaze_radio/player/ app=live/ swfUrl=http://www.theblaze.com/wp-content/themes/TheBlaze/blaze_radio/player/player_brn_v3.swf swfVfy=true live=true

If you put that in a text file, renamed to "something.strm" it will play The Blaze Radio in XBMC or anything that will play STRM files. Follow that link to create your own from an RTMPdump.


All times are GMT -6. The time now is 09:26 AM.