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 05-11-2014, 06:21 PM
cuaron cuaron is offline
Junior Member
 
Join Date: May 2014
Posts: 10
cuaron is on a distinguished road
Default

How to download videos from CTV.CA


How can I download video from CTV.CA? I look at old topics and I've tried a lot of programs but I couldn't.

I would be glad if you can help.

Thanks.
Reply With Quote
  #2  
Old 05-16-2014, 03:08 PM
cuaron cuaron is offline
Junior Member
 
Join Date: May 2014
Posts: 10
cuaron is on a distinguished road
Default

Re: How to download videos from CTV.CA


Please help me
Reply With Quote
  #3  
Old 05-16-2014, 03:57 PM
minato4u minato4u is offline
Junior Member
 
Join Date: May 2014
Posts: 5
minato4u is on a distinguished road
Smile

Re: How to download videos from CTV.CA


Install Internet Download Manager and open video in google chrome
as soon as video starts playing a button will appear Download video with IDM,select quality and download

If you get part of video,seek video forward with that time

Hope this will help
Reply With Quote
  #4  
Old 05-17-2014, 05:17 AM
cuaron cuaron is offline
Junior Member
 
Join Date: May 2014
Posts: 10
cuaron is on a distinguished road
Default

Re: How to download videos from CTV.CA


Thanks. I tried downloading with IDM. But IDM download only ads, can not download video.
Reply With Quote
  #5  
Old 05-19-2014, 06:46 AM
minato4u minato4u is offline
Junior Member
 
Join Date: May 2014
Posts: 5
minato4u is on a distinguished road
Smile

Re: How to download videos from CTV.CA


You will need
1. PHP
2. AdobeHDS

1.php
You can install php by installing wamp server from http://www.wampserver.com/en/

2.AdobeHDS
save this file https://raw.githubusercontent.com/jx...r/AdobeHDS.php

Read some info of it here https://github.com/K-S-V/Scripts/wiki

After installing php,
save adobeHDS.php to wamp>>www folder

wamp folder >> bin folder >> php >> "your php version folder" and copy path of php.exe file for example like this C:\wamp\bin\php\php5.3.13\ and add semicolon to it C:\wamp\bin\php\php5.3.13\; and copy it

Go to control panel>>system>>advanced system setting>>click environment variables>>click new>>In variable name field type 'path' without quotes and in variable value type the path you just copied>>click ok >> ok

open run (windows key+R) type cmd and type 'php -v' without quotes,press enter

If you get version info you are going great

open chrome press F12 >> network tab
open page you want to download video from
as video starts press filter button the one look like flashlight torch
type manifest.f4m
you will get manifest.f4m listed ,right click on that and click copy link address
download that manifest.f4m if you want to see avaliable video qualities,open it in notepad and you can see bitrate like
<manifest xmlns="http://ns.adobe.com/f4m/2.0">

<media href="http://ams-vp9.9c9media.com/hds-vod/ae/2014-05-14/5A7F1A52F6BF19BC/CTV-324308-Arrow-S2E23-001-Adaptive_01-pd.mp4.f4m" bitrate="299"/>

<media href="http://ams-vp9.9c9media.com/hds-vod/ae/2014-05-14/5A7F1A52F6BF19BC/CTV-324308-Arrow-S2E23-001-Adaptive_02-pd.mp4.f4m" bitrate="480"/>

<media href="http://ams-vp9.9c9media.com/hds-vod/ae/2014-05-14/5A7F1A52F6BF19BC/CTV-324308-Arrow-S2E23-001-Adaptive_03-pd.mp4.f4m" bitrate="640"/>

<media href="http://ams-vp9.9c9media.com/hds-vod/ae/2014-05-14/5A7F1A52F6BF19BC/CTV-324308-Arrow-S2E23-001-Adaptive_04-pd.mp4.f4m" bitrate="896"/>

<media href="http://ams-vp9.9c9media.com/hds-vod/ae/2014-05-14/5A7F1A52F6BF19BC/CTV-324308-Arrow-S2E23-001-Adaptive_05-pd.mp4.f4m" bitrate="1280"/>

<media href="http://ams-vp9.9c9media.com/hds-vod/ae/2014-05-14/5A7F1A52F6BF19BC/CTV-324308-Arrow-S2E23-001-Adaptive_06-pd.mp4.f4m" bitrate="1536"/>

<media href="http://ams-vp9.9c9media.com/hds-vod/ae/2014-05-14/5A7F1A52F6BF19BC/CTV-324308-Arrow-S2E23-001-Adaptive_07-pd.mp4.f4m" bitrate="1856"/>

<media href="http://ams-vp9.9c9media.com/hds-vod/ae/2014-05-14/5A7F1A52F6BF19BC/CTV-324308-Arrow-S2E23-001-Adaptive_08-pd.mp4.f4m" bitrate="2048"/>
</manifest>
choose your bitrate

in cmd type
php AdobeHDS.php --manifest <<paste that address here>> --delete

you can add --quality <<your bitrate>> to the command before --delete to choose quality
--quality [param] selected quality level (low|medium|high) or exact bitrate

the video will be download in folder that contain adobeHDS.php
.

other options are
--help displays this help
--debug show debug output
--delete delete fragments after processing
--fproxy force proxy for downloading of fragments
--play dump stream to stdout for piping to media player
--rename rename fragments sequentially before processing
--update update the script to current git version
--auth [param] authentication string for fragment requests
--duration [param] stop recording after specified number of seconds
--filesize [param] split output file in chunks of specified size (MB)
--fragments [param] base filename for fragments
--fixwindow [param] timestamp gap between frames to consider as timeshift
--manifest [param] manifest file for downloading of fragments
--maxspeed [param] maximum bandwidth consumption (KB) for fragment downloading
--outdir [param] destination folder for output file
--outfile [param] filename to use for output file
--parallel [param] number of fragments to download simultaneously
--proxy [param] proxy for downloading of manifest
--quality [param] selected quality level (low|medium|high) or exact bitrate
--referrer [param] Referer to use for emulation of browser requests
--start [param] start from specified fragment
--useragent [param] User-Agent to use for emulation of browser requests

if this downloads only part of video,online seek video forward that whit dot and you will get another manifest.f4m file and do the same to download that
Reply With Quote
  #6  
Old 05-19-2014, 06:49 AM
minato4u minato4u is offline
Junior Member
 
Join Date: May 2014
Posts: 5
minato4u is on a distinguished road
Smile

Re: How to download videos from CTV.CA


also getFlv software may help
use different kernel like ipad,android in getFLV
Reply With Quote
  #7  
Old 05-19-2014, 11:25 AM
cuaron cuaron is offline
Junior Member
 
Join Date: May 2014
Posts: 10
cuaron is on a distinguished road
Default

Re: How to download videos from CTV.CA


Quote:
Originally Posted by minato4u View Post
You will need
1. PHP
2. AdobeHDS

1.php
You can install php by installing wamp server from http://www.wampserver.com/en/

2.AdobeHDS
save this file https://raw.githubusercontent.com/jx...r/AdobeHDS.php

Read some info of it here https://github.com/K-S-V/Scripts/wiki

After installing php,
save adobeHDS.php to wamp>>www folder

wamp folder >> bin folder >> php >> "your php version folder" and copy path of php.exe file for example like this C:\wamp\bin\php\php5.3.13\ and add semicolon to it C:\wamp\bin\php\php5.3.13\; and copy it

Go to control panel>>system>>advanced system setting>>click environment variables>>click new>>In variable name field type 'path' without quotes and in variable value type the path you just copied>>click ok >> ok

open run (windows key+R) type cmd and type 'php -v' without quotes,press enter

If you get version info you are going great

open chrome press F12 >> network tab
open page you want to download video from
as video starts press filter button the one look like flashlight torch
type manifest.f4m
you will get manifest.f4m listed ,right click on that and click copy link address
download that manifest.f4m if you want to see avaliable video qualities,open it in notepad and you can see bitrate like
<manifest xmlns="http://ns.adobe.com/f4m/2.0">

<media href="http://ams-vp9.9c9media.com/hds-vod/ae/2014-05-14/5A7F1A52F6BF19BC/CTV-324308-Arrow-S2E23-001-Adaptive_01-pd.mp4.f4m" bitrate="299"/>

<media href="http://ams-vp9.9c9media.com/hds-vod/ae/2014-05-14/5A7F1A52F6BF19BC/CTV-324308-Arrow-S2E23-001-Adaptive_02-pd.mp4.f4m" bitrate="480"/>

<media href="http://ams-vp9.9c9media.com/hds-vod/ae/2014-05-14/5A7F1A52F6BF19BC/CTV-324308-Arrow-S2E23-001-Adaptive_03-pd.mp4.f4m" bitrate="640"/>

<media href="http://ams-vp9.9c9media.com/hds-vod/ae/2014-05-14/5A7F1A52F6BF19BC/CTV-324308-Arrow-S2E23-001-Adaptive_04-pd.mp4.f4m" bitrate="896"/>

<media href="http://ams-vp9.9c9media.com/hds-vod/ae/2014-05-14/5A7F1A52F6BF19BC/CTV-324308-Arrow-S2E23-001-Adaptive_05-pd.mp4.f4m" bitrate="1280"/>

<media href="http://ams-vp9.9c9media.com/hds-vod/ae/2014-05-14/5A7F1A52F6BF19BC/CTV-324308-Arrow-S2E23-001-Adaptive_06-pd.mp4.f4m" bitrate="1536"/>

<media href="http://ams-vp9.9c9media.com/hds-vod/ae/2014-05-14/5A7F1A52F6BF19BC/CTV-324308-Arrow-S2E23-001-Adaptive_07-pd.mp4.f4m" bitrate="1856"/>

<media href="http://ams-vp9.9c9media.com/hds-vod/ae/2014-05-14/5A7F1A52F6BF19BC/CTV-324308-Arrow-S2E23-001-Adaptive_08-pd.mp4.f4m" bitrate="2048"/>
</manifest>
choose your bitrate

in cmd type
php AdobeHDS.php --manifest <<paste that address here>> --delete

you can add --quality <<your bitrate>> to the command before --delete to choose quality
--quality [param] selected quality level (low|medium|high) or exact bitrate

the video will be download in folder that contain adobeHDS.php
.

other options are
--help displays this help
--debug show debug output
--delete delete fragments after processing
--fproxy force proxy for downloading of fragments
--play dump stream to stdout for piping to media player
--rename rename fragments sequentially before processing
--update update the script to current git version
--auth [param] authentication string for fragment requests
--duration [param] stop recording after specified number of seconds
--filesize [param] split output file in chunks of specified size (MB)
--fragments [param] base filename for fragments
--fixwindow [param] timestamp gap between frames to consider as timeshift
--manifest [param] manifest file for downloading of fragments
--maxspeed [param] maximum bandwidth consumption (KB) for fragment downloading
--outdir [param] destination folder for output file
--outfile [param] filename to use for output file
--parallel [param] number of fragments to download simultaneously
--proxy [param] proxy for downloading of manifest
--quality [param] selected quality level (low|medium|high) or exact bitrate
--referrer [param] Referer to use for emulation of browser requests
--start [param] start from specified fragment
--useragent [param] User-Agent to use for emulation of browser requests

if this downloads only part of video,online seek video forward that whit dot and you will get another manifest.f4m file and do the same to download that
Thank you so much, you're amazing man

Quote:
Originally Posted by minato4u View Post
also getFlv software may help
use different kernel like ipad,android in getFLV
I used it on windows 8 but it did not work.

Last edited by cuaron : 05-19-2014 at 12:07 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:15 PM.


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