View Single Post
  #2  
Old 06-07-2015, 03:41 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Redbull.TV video; unknown stream format


Quote:
Originally Posted by konika View Post
Greetings all,

I would like to archive a video that is playing on Red Bull's TV site.

The link is: http://www.redbull.tv/episodes/AP-1GJ41Q2H92111/belief

The video plays in Flash, and I'm not able to find out the source of the video. I tried using a few of the suggested programs listed in the 'before you post' thread, including Replay Media Catcher 6, MediaBox, and Coojah v6.8.

Maybe I don't know how to use the software (after reading a few tutorial and guides), but none seem to want to pull out the stream to download.

If anyone could please offer a little guidance on how I can download this streaming video, I would really appreciate it!

Many thanks!
konika

hi

rtmp protocol you can use rtmpdump + rtmpdumphelper

Code:
rtmpdump -r "rtmp://cp250155.edgefcs.net:1935/ondemand" -a "ondemand?videoId=4013428636001&lineUpId=&pubId=2635130829001&playerId=2805132806001&affiliateId=" -f "LNX 17,0,0,134" -W "http://admin.brightcove.com/viewer/us20150514.1307/federatedVideoUI/BrightcovePlayer.swf" -p "http://www.redbull.tv/episodes/AP-1GJ41Q2H92111/belief" -y "mp4:media/2635130829001/201501/603/2635130829001_4013578705001_MI201403030016-mpeg-4-hd-high-1080p-8mbits.mp4?videoId=4013428636001&lineUpId=&pubId=2635130829001&playerId=2805132806001&affiliateId=" -o "2015-06-07_11-36-53_2635130829001_4013578705001_MI201403030016-mpeg-4-hd-high-1080p-8mbits.flv"
RTMPDump v2.4 KSV-05-05-2015
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration                1271.55
INFO:   moovPosition            48.00
INFO:   width                   1920.00
INFO:   height                  1080.00
INFO:   videocodecid            avc1
INFO:   audiocodecid            mp4a
INFO:   avcprofile              100.00
INFO:   avclevel                40.00
INFO:   aacaot                  2.00
INFO:   videoframerate          25.00
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           2.00
INFO: tags:
INFO:   ©too                   Lavf53.24.2
INFO: trackinfo:
INFO:   length                  31787.00
INFO:   timescale               25.00
INFO:   language                und
INFO: sampledescription:
INFO:   sampletype              avc1
INFO:   length                  56075264.00
INFO:   timescale               44100.00
INFO:   language                und
INFO: sampledescription:
INFO:   sampletype              mp4a
17705.063 kB / 26.60 sec (2.0%)
Reply With Quote