View Single Post
  #5  
Old 02-01-2015, 06:42 PM
ehurdler ehurdler is offline
Senior Member
 
Join Date: Feb 2014
Location: NY
Posts: 126
ehurdler is on a distinguished road
Default

Re: Capture live superbowl stream?


Quote:
Originally Posted by blimey View Post
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?
Reply With Quote