View Single Post
  #2  
Old 05-15-2013, 06:49 PM
bat999 bat999 is offline
Senior Member
 
Join Date: Apr 2011
Location: UK
Posts: 131
bat999 is on a distinguished road
Default

Re: Help with the Blaze Radio channel


Quote:
Originally Posted by mitchflorida View Post
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.

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"
Reply With Quote