Quote:
Originally Posted by chap
use ffmpeg
Code:
ffmpeg -i "https://videos30ios-vh.akamaihd.net/i/1909_031213_MPU_2013_ANA_PROC_D_TRABALHO_AULA_01_PT_I_OK.mp4/index_0_av.m3u8?null=&id=AgCypQqiV%2fXYLroNRVGA%2fABU+0Y761gd%2fIDv+5oA5T1grK0kSP6ryJ%2fPaIgrCVgWmCJOINZ2sfWWJg%3d%3d" -c copy t.ts
|
Thanks a lot, I downloaded the first one and worked fine.
But my question is, how did you get the link:
Code:
"https://videos30ios-vh.akamaihd.net/i/1909_031213_MPU_2013_ANA_PROC_D_TRABALHO_AULA_01_PT_I_OK.mp4/index_0_av.m3u8?null=&id=AgCypQqiV%2fXYLroNRVGA%2fABU+0Y761gd%2fIDv+5oA5T1grK0kSP6ryJ%2fPaIgrCVgWmCJOINZ2sfWWJg%3d%3d"
Considering the source was:
Code:
"https://videos30ios-vh.akamaihd.net/i/1909_031213_MPU_2013_ANA_PROC_D_TRABALHO_AULA_01_PT_I_OK.mp4/master.m3u8?hdnea=st=1363561600~exp=1363561740~acl=/*~id=l2f9c670jbj27itft6lq0advd5~hmac=f31304be2d9af0d1a1f4dad941ec41e3713197ce25b220ed6d494b144af7a148"
Sorry guys, I'm not so advanced user.