View Single Post
  #6  
Old 02-25-2014, 09:03 PM
blimey blimey is offline
Former Member
 
Join Date: Jul 2006
Posts: 286
blimey is on a distinguished road
Default

Re: Problems to download cbc.ca streams/replays


Quote:
Originally Posted by cheerow View Post
Any ideas?

I don't insist on cbc, but since I don't have a US cable subscription, nbc is not an option.

Thanks in advance.
If this is the same event on nbc;

Code:
http://stream.nbcolympics.com/curling/winter/14756/
You can use ffmpeg, no auth required;

Code:
ffmpeg -i "http://olystreameast.nbcolympics.com/vod/cb8131cb-722a-44b7-bd1e-8e477f58a43a/curling--swe-chn0220232343.ism/QualityLevels(56000)/Manifest(audio_en_0,format=m3u8-aapl)" -i "http://olystreameast.nbcolympics.com/vod/cb8131cb-722a-44b7-bd1e-8e477f58a43a/curling--swe-chn0220232343.ism/QualityLevels(3450000)/Manifest(video,format=m3u8-aapl)" -c copy t.ts
Note: This video contains a lot of useless portions with "event starting soon" as the video.
Reply With Quote