View Single Post
  #2  
Old 07-17-2015, 10:24 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Trying to download Smooth Stream video from CBC's site


Quote:
Originally Posted by WeT View Post
I would appreciate some assistance in getting the video from the following link:

http://panam.cbc.ca/videos/live/vide...ny-569674.html

Since the video is in smooth stream format, I have tried ismdownloader (the h264 version) and it just crashes. Other programs like smooth-dl.py and smoothget just generate errors when I try and use them with the manifest link.
hi

tools : firefox adblockplus livestreamer


#############################


#################################################


you have somethings like

Code:
http://vod-s.panam.cbc.ca/64712be9-2c36-4799-956d-3cf17e7b5274/0985571d-b91b-401e-a6fb-521150f41e9f.ism/manifest?hdnea=st=1436637882~exp=1436682882~acl=/*~hmac=7e99f57f8ad1d37f5ab28418f10c2aebdcf50d09b205ab6e950dcac30f0ca440
change it to have hls format add blue part



Code:

Code:
http://vod-s.panam.cbc.ca/64712be9-2c36-4799-956d-3cf17e7b5274/0985571d-b91b-401e-a6fb-521150f41e9f.ism/manifest(format=m3u8-aapl)?hdnea=st=1436637882~exp=1436682882~acl=/*~hmac=7e99f57f8ad1d37f5ab28418f10c2aebdcf50d09b205ab6e950dcac30f0ca440
then with livestreamer

Code:

Code:
livestreamer "hlsvariant://http://vod-s.panam.cbc.ca/64712be9-2c36-4799-956d-3cf17e7b5274/0985571d-b91b-401e-a6fb-521150f41e9f.ism/manifest(format=m3u8-aapl)?hdnea=st=1436637882~exp=1436682882~acl=/*~hmac=7e99f57f8ad1d37f5ab28418f10c2aebdcf50d09b205ab6e950dcac30f0ca440" best -o pan-american-games-opening-ceremony.ts
Reply With Quote