Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 07-17-2015, 10:59 PM
WeT WeT is offline
Junior Member
 
Join Date: Jul 2015
Posts: 2
WeT is on a distinguished road
Default

Trying to download Smooth Stream video from CBC's site


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.
Reply With Quote
  #2  
Old 07-17-2015, 11: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
  #3  
Old 07-18-2015, 01:14 AM
WeT WeT is offline
Junior Member
 
Join Date: Jul 2015
Posts: 2
WeT is on a distinguished road
Default

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


Thank you biezom!

I noticed the above solution just downloads the video from the stream. Is there a way to get the audio as well?

Edit:
Figured it out. The audio stream is mislabeled as "138k" in Livestreamer. Grabbing that instead of "best" will download the audio separately. Unfortunately I cannot find a way to get livestreamer to download both streams concurrently.
Reply With Quote
  #4  
Old 07-18-2015, 02:16 AM
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
Thank you biezom!

I noticed the above solution just downloads the video from the stream. Is there a way to get the audio as well?

Edit:
Figured it out. The audio stream is mislabeled as "138k" in Livestreamer. Grabbing that instead of "best" will download the audio separately. Unfortunately I cannot find a way to get livestreamer to download both streams concurrently.
video
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 video-pan-american-games-opening-ceremony.ts
audio
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" 138k -o audio-pan-american-games-opening-ceremony.ts
merge with fffmpeg
Code:
ffmpeg -i video-pan-american-games-opening-ceremony.ts -i audio-pan-american-games-opening-ceremony.ts -c copy video-audio-pan-american-games-opening-ceremony.ts
Reply With Quote
  #5  
Old 07-26-2015, 12:05 PM
markiz2001 markiz2001 is offline
Junior Member
 
Join Date: Jul 2015
Posts: 1
markiz2001 is on a distinguished road
Default

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


im a noob

i still dont get it.


what is "(format=m3u8-aapl)" and how did you know to add it?

how do you know what streaming protocol to use?

what is .ts? i think its weird, it doesnt show the time, and i cant fast forward or move backwards. do i have to convert it to mp4 to make it act normal? can i do this somehow without loosing quality?

thanks

i tried following the instructions, but the audio and video is out of sync. sigh..
the audio is exactly 1.0 second delayed (according to VLC a/v sync setting)

Last edited by markiz2001 : 07-26-2015 at 02:45 PM.
Reply With Quote
Reply Post New Thread
Tags: , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 02:53 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons