For days im trying to download videos from a course i bought. I've tried
livestreamer,
ffmpeg, rtmpdumb, but no sucess.
Its a site with login and password, so i'll paste the source code of the page
Media ID = <br/>
Path = video/AAAAAR/108767/,SP_3640_031016_DPE_2016_DIF_E_COL_AULA_01_PT_BA_O K-720p,SP_3640_031016_DPE_2016_DIF_E_COL_AULA_01_PT_ BA_OK-480p,SP_3640_031016_DPE_2016_DIF_E_COL_AULA_01_PT_ BA_OK-240p,.mp4.csmil
-->
<script type="text/javascript">
$(document).ready(function () {
document.getElementById('player').scrollIntoView() ;
});
var media = "";
var urlHTML5 = "https://cers1hls-vh.akamaihd.net/i/video/AAAAAR/108767/,SP_3640_031016_DPE_2016_DIF_E_COL_AULA_01_PT_BA_O K-240p,.mp4.csmil/master.m3u8?hdnea=exp=1466304995~acl=/*~id=pnxkUC9WOltJxAb0Pip2IsvD.sp-tucson-prod-10~hmac=8601c268f7f39f06afbabfdfbd541d42ca397ba0f7 069b318644e184a0e55cb1";
var urlFlash = "http://cers1hds-vh.akamaihd.net/z/video/AAAAAR/108767/,SP_3640_031016_DPE_2016_DIF_E_COL_AULA_01_PT_BA_O K-720p,SP_3640_031016_DPE_2016_DIF_E_COL_AULA_01_PT_ BA_OK-480p,SP_3640_031016_DPE_2016_DIF_E_COL_AULA_01_PT_ BA_OK-240p,.mp4.csmil/manifest.f4m?hdnea=exp=1466304995~acl=/*~id=pnxkUC9WOltJxAb0Pip2IsvD.sp-tucson-prod-10~hmac=8601c268f7f39f06afbabfdfbd541d42ca397ba0f7 069b318644e184a0e55cb1";
var divId = "player";
if ((media != null && media.length > 0) || (urlHTML5 != null && urlHTML5.length > 0) || (urlFlash != null && urlFlash.length > 0)) {
var auto = false;
if (media != null && media.length > 0) {
$("#player_img").css("display", "none");
$('#player').html('<iframe width="560" height="315" src="https://www.youtube.com/embed/" frameborder="0" allowfullscreen controls="0" ></iframe>');