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

Capture live superbowl stream?

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

ehurdler 02-01-2015 04:14 PM

Capture live superbowl stream?


 
Is there a way to download the Superbowl live stream in the USA? NBC announced that it is free to all, no cable provider to sign in is needed. Maybe this is too early to ask?

Link I got is: http://stream.nbcsports.com/super-bo...com/liveextra/

If this is possible, please advise. Thank you in advanced.

blimey 02-01-2015 05:02 PM

Re: Capture live superbowl stream?


 
Appears to be possible. hls seems to work better than hds. The ads (at least most of them) are sent separately, so they won't be in the game feed capture.

ehurdler 02-01-2015 05:28 PM

Re: Capture live superbowl stream?


 
Quote:

Originally Posted by blimey (Post 73726)
Appears to be possible. hls seems to work better than hds. The ads (at least most of them) are sent separately, so they won't be in the game feed capture.

Ok now that it appears to be possible, can anyone please provide the link as to download the stream?

Thank you.

blimey 02-01-2015 05:33 PM

Re: Capture live superbowl stream?


 
hls;
Code:

http://olystreamwest.nbcolympics.com/nbc01/47055942-2daf-4cec-918f-a05766f836d4/nbc-sports-live-extra0201114451-ua.ism/manifest(format=m3u8-aapl-v3)
for example, using ffmpeg;
Code:

ffmpeg -i "http://olystreamwest.nbcolympics.com/nbc01/47055942-2daf-4cec-918f-a05766f836d4/nbc-sports-live-extra0201114451-ua.ism/manifest(format=m3u8-aapl-v3)" -c copy output.ts
You can change "olystreamwest" to "olystreameast" if you like.

ehurdler 02-01-2015 06:42 PM

Re: Capture live superbowl stream?


 
Quote:

Originally Posted by blimey (Post 73728)
hls;
Code:

http://olystreamwest.nbcolympics.com/nbc01/47055942-2daf-4cec-918f-a05766f836d4/nbc-sports-live-extra0201114451-ua.ism/manifest(format=m3u8-aapl-v3)
for example, using ffmpeg;
Code:

ffmpeg -i "http://olystreamwest.nbcolympics.com/nbc01/47055942-2daf-4cec-918f-a05766f836d4/nbc-sports-live-extra0201114451-ua.ism/manifest(format=m3u8-aapl-v3)" -c copy output.ts
You can change "olystreamwest" to "olystreameast" if you like.

Great, thanks. May be a dumb question, but is there a way to capture the stream from the begining? When I started was at half time and well obviously based on my question is when it started capturing.

Unsure if there is a way to start from the first segment number somehow? Trick it so to speak?


All times are GMT -6. The time now is 03:47 AM.