View Single Post
  #4  
Old 02-01-2015, 05:33 PM
blimey blimey is offline
Former Member
 
Join Date: Jul 2006
Posts: 286
blimey is on a distinguished road
Default

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