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 12-08-2015, 09:11 AM
fandangozackryder fandangozackryder is offline
Junior Member
 
Join Date: Oct 2015
Posts: 11
fandangozackryder is on a distinguished road
Default

How to download videos from PLUS 7 website (for an un-tecchy person)


Hi,

Although I have a smart DNS set up, I can still not view any videos in the following link and get a geoblock error:
https://au.tv.yahoo.com/plus7/home-a...e-early-years/

I want to be able to download videos offline from this link in the highest quality possible, though am quite clueless as to how to go about it.
I do have getflv, but again this does not seem to work and nor does a free trial version of Allavsoft.
I have never used RTMPdump (I think) but this seems so complex to understand - would I have to write a script to download? (that's the main reason why I am shying away from it). And there doesn't seem to be clear instructions on this (one person says something, another says another and not sure what is right anymore).
Are there are any other tools that would work?

Thanks in advance for any help.
Reply With Quote
  #2  
Old 12-08-2015, 10:44 AM
surya987 surya987 is offline
Senior Member
 
Join Date: May 2014
Location: India
Posts: 280
surya987 is on a distinguished road
Default

Re: How to download videos from PLUS 7 website (for an un-tecchy person)


youtube-dl + ffmpeg works fine put them in same folder and run.....

Code:
youtube-dl "https://au.tv.yahoo.com/plus7/home-and-away-the-early-years/-/watch/30294959/home-and-away-the-early-years-tue-8-dec/"
720p is best and download will start..subtitle are in dxfp format...easy download.. enjoy
Reply With Quote
  #3  
Old 12-09-2015, 03:21 PM
fandangozackryder fandangozackryder is offline
Junior Member
 
Join Date: Oct 2015
Posts: 11
fandangozackryder is on a distinguished road
Default

Re: How to download videos from PLUS 7 website (for an un-tecchy person)


Thank you very much for this start.
I downloaded the two, and put the youtube-dl in the bin folder of the ffmpeg.

However, I tried running the command (I have never run many at all before, but followed instructions from googling) and I obtained this error:
Attached Images
File Type: jpg error2.jpg (93.9 KB, 0 views)
Reply With Quote
  #4  
Old 12-11-2015, 01:04 PM
fandangozackryder fandangozackryder is offline
Junior Member
 
Join Date: Oct 2015
Posts: 11
fandangozackryder is on a distinguished road
Smile

Re: How to download videos from PLUS 7 website (for an un-tecchy person)


Hi.
Sorry a couple more questions.
I know you said 720p was the highest quality possible only in the link: https://au.tv.yahoo.com/plus7/home-a...rs-mon-30-nov/.
How did you know 720p was the highest?
And do I need to change any settings to get the 720p when using ffmpeg and youtube-dl?

Otherwise I have got the VPN sorted and am downloading one episode at the moment (seems like it takes about 30mins-1 hour to get the whole episode downloaded at the rate it's going at, though this isn't a major concern). Hopefully it works out.

Thank you so much!!! Really appreciate your help.
Reply With Quote
  #5  
Old 12-11-2015, 01:53 PM
fandangozackryder fandangozackryder is offline
Junior Member
 
Join Date: Oct 2015
Posts: 11
fandangozackryder is on a distinguished road
Default

Re: How to download videos from PLUS 7 website (for an un-tecchy person)


I have managed to successfully download.
I also have one more question - is there a code that converts the file downloaded to an mp4/mkv format with 0 loss of quality?
This is because I have an m3u8 file (which is not compatible with many programs to watch on), and hence would like to convert either to mp4/mkv.....so if there is a code that I have to input into cmd to convert to a user-friendly format, I would be grateful if you could let me know)

Hopefully, that's the last of my questions! Thank you in advance!!
Reply With Quote
  #6  
Old 12-11-2015, 07:25 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: How to download videos from PLUS 7 website (for an un-tecchy person)


Quote:
Originally Posted by fandangozackryder View Post
I have managed to successfully download.
I also have one more question - is there a code that converts the file downloaded to an mp4/mkv format with 0 loss of quality?
This is because I have an m3u8 file (which is not compatible with many programs to watch on), and hence would like to convert either to mp4/mkv.....so if there is a code that I have to input into cmd to convert to a user-friendly format, I would be grateful if you could let me know)

Hopefully, that's the last of my questions! Thank you in advance!!

hi

Code:
youtube-dl -g "https://au.tv.yahoo.com/plus7/home-and-away-the-early-years/-/watch/30294959/home-and-away-the-early-years-tue-8-dec/"
>>>>


Code:
http://c.brightcove.com/services/mobile/streaming/index/master.m3u8?videoId=4649128646001

Code:
ffmpeg -i "http://c.brightcove.com/services/mobile/streaming/index/master.m3u8?videoId=4649128646001" -bsf:a aac_adtstoasc -c copy home-and-away-the-early-years-tue-8-dec.mp4
Reply With Quote
  #7  
Old 12-12-2015, 10:32 AM
fandangozackryder fandangozackryder is offline
Junior Member
 
Join Date: Oct 2015
Posts: 11
fandangozackryder is on a distinguished road
Smile

Re: How to download videos from PLUS 7 website (for an un-tecchy person)


WOW! Thank you so much biezom! This works) Perfect!!
Just have the other questions from the previous post left and then hmmm another few annoying questions to add if anyone could help please:

1) When using the above method of ffmpeg, I get these messages whilst downloading that say: "PES packet size mismatch" - and at particular times when this happens the output file seems to either skip that part of the video where the error occurs/or there is no audio for that part. However, playback of the video online at the link works fine - so my question is why is this happening? And is there a way to prevent this hiccup to the output file occurring? As at the moment it is affecting pretty much every download.

I think I have tried to download the same video twice and the PES packet size mismatch error seems to always occur at different times, compared to the first download.

2) Also, during the log file while downloading through cmd, there seems to be a comment near the 10 second part of the video that says "No longer receiving playlist 1, no longer receiving playlist 2, no longer receiving playlist 3" - what does this mean and is this problematic?

3) Finally, when using mp4 converter, if downloading direct from the website, I no longer need to put in youtube-dl for the download - so there is no longer any need for it if I just want mp4 format (of course in the high quality?).


Apologies if my questions sound too simple! Just a beginner here haha though I feel I have learnt a lot so far (I knew NOTHING before!). Thank you in advance and once again sorry if I've been pestering too much!
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:01 AM.


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