Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Stream capture from NBCOlympicsBack in 2012, I got a number of extremely high quality videos of the London 2012 Olympics from the NBCOlympics site using ffmpeg to input the stream from a URL I got from Firefox's Web Console using the .m3u8 filter. In trying to do something similar this year for the Winter Olympics, I'm able to play the videos in Firefox, but I've had no luck coming up with a URL to try to grab.
Instead, the best I'd probably be able to do would be to get the 5-second long snippets that tick by and merge them together. Is anybody successfully doing this or can help me find the URL that addresses the whole video stream? Thanks! |
#2
|
|||
|
|||
Re: Stream capture from NBCOlympicsNBC used YouTube to stream two years ago. They're using AdobeHDS now. You need to acquire every .fdf file for a stream then stitch them together using the php script.
I have yet to actually make this work; my videos end up only consisting of the keyframes. |
#3
|
|||
|
|||
Re: Stream capture from NBCOlympicsQuote:
Any thoughts on the possibility of finding rtmpe streams? |
#4
|
|||
|
|||
Re: Stream capture from NBCOlympicsany luck on this?
I've been trying to and I have the same issue... i.e., run the adobeHDS script against the f4m manifest file and it just assembles a flash video file (i.e,. flv) that only has the keyframes seemingly perhaps there's some extra parameter to pass/tweak in order for it to request all of the frames instead of just keyframes? |
#5
|
|||
|
|||
Re: Stream capture from NBCOlympicsYour best bet will be a Screen Capture tool such as Replay Video Capture
|
#6
|
|||
|
|||
Re: Stream capture from NBCOlympicsQuote:
|
#7
|
|||
|
|||
Re: Stream capture from NBCOlympicsQuote:
In case it helps, the files I have are named as follows: 007_Fragments(video,format=f4m-f4f)Seg1-Frag762 ... 007_Fragments(video,format=f4m-f4f)Seg1-Frag1000 Of course, I can rename them to anything I want to make joining simpler, so I just need to know what tool and syntax to use to join them. Can someone point me in the right direction for this? Thanks! |
#8
|
|||
|
|||
Re: Stream capture from NBCOlympicsHow do you get downthemall to capture the segment files? I have been trying to figure out how to capture events from nbcolympics.com all week. Stumbled upon using downthemall, but cant even figure out how to get the seg*_frag* files to download with it.
|
#9
|
|||
|
|||
Re: Stream capture from NBCOlympicsQuote:
I'm not sure it's going to do any good, though, because I can't seem to join them together to play. Last edited by nwtim : 02-19-2014 at 11:28 PM. Reason: Corrected method used to identify fragment file URLs |
#10
|
|||
|
|||
Re: Stream capture from NBCOlympicsThank you for replying. I did get AdobeHDS.php to actually download all the frames, stitches them together. Problem now is, it gives the full length of what I was trying to capture. But there is first no Audio, second the timing of all the keyframes/fragments is all fast. It is like you fast forward the entire Hockey game in less than 2 mins. Any ideas?
The line of code i used was: Code:
php AdobeHDS.php --quality high --manifest "http://olystreameast.nbcolympics.com/vod/26f4794c-d9e6-4502-9b1e-88832b876db6/men-s-hockey-quarterfinals0218090107.ism/manifest(format=f4m-f4f,filtername=vodcut).f4m?token=st=1392869889~exp=1392870009~acl=/vod/26f4794c-d9e6-4502-9b1e-88832b876db6/men-s-hockey-quarterfinals0218090107.ism/*~hmac=16779d8b54b9472f43f3ccba073edd0069840955f3cc1cb4f8a805731c1eb3db" --delete Code:
php AdobeHDS.php --quality high --manifest "" --delete I am at a loss on how to cature the audio and have the timing between frames set properly. If you or anyone has any ideas, please let me know. |
Tags: capture, nbcolympics, olympics |
Thread Tools | |
Display Modes | |
|
|