View Single Post
  #3  
Old 02-19-2017, 11:57 AM
nastypasty nastypasty is offline
Junior Member
 
Join Date: Feb 2017
Posts: 3
nastypasty is on a distinguished road
Thumbs up

Re: Need some help or guidance on downloading this stream...


@troller12 thank you so so much! You're a legend!

I was getting close (I had found the master.m3u8), but just wasn't sure where to go from there. I'm now going to script something to grab the master.m3u8 and try to automate the download now that I've managed to obtain one!

For anyone interested.
This stream was using ooyala.com and akamaihd.net. I manually installed streamlink from https://github.com/streamlink/streamlink for macOS Sierra:
$ git clone https://github.com/streamlink/streamlink
$ cd streamlink
$ sudo python setup.py install

I used Firefox developer tools to find the master.m3u8 file, and from there selected the link with the highest resolution.

I used the command template:
$ streamlink -o program1.mp4 <URL-from-master.m3u8> best

Example:
$ streamlink -o 12345.mp4 hls://http://miteleooyala-vh.akamaihd.net/i/Qwamx0OTE62SLwd9n6uEIsG2AAnZUHZI/,DOcJ-FxaFrRg4gtDEwOjkzOjBhOwBM4Z,DOcJ-FxaFrRg4gtDEwOm84OjBrOz0bxa,DOcJ-FxaFrRg4gtDEwOjEwYjowODE7je,DOcJ-FxaFrRg4gtDEwOjFsaTowODE7WX,DOcJ-FxaFrRg4gtDEwOjI5cDowODE7AZ,DOcJ-FxaFrRg4gtDEwOjRpOmc3O_GF-z,.csmil/index_4_av.m3u8?null=0 best
Reply With Quote