View Single Post
  #18  
Old 09-18-2014, 04:15 PM
Littledogs2 Littledogs2 is offline
Member
 
Join Date: Aug 2014
Posts: 64
Littledogs2 is on a distinguished road
Default

Re: Error retrieving downloading from ffmpeg


Quote:
Originally Posted by blimey View Post
Use the method shown by chap. Edit the m3u8 file and using the local copy as input to ffmpeg
1. Download m3u8 file;
h..p://streaming.itunesfestival.com/auth/eu1/vod/20140916/v1/8500_256/1012882_blondie_vod.m3u8?token=expires=1411085701~ access=/auth/*~md5=0413be32e567d83c130da9a0262f7c51

2. Edit m3u8 file with notepad;
Ctrl+H

Find what:1012882
Replace with: h..p://streaming.itunesfestival.com/auth/eu1/vod/20140916/v1/8500_256/1012882
Choose "Replace All"

Find what: .ts
Replace with: .ts?token=expires=1411085701~access=/auth/*~md5=0413be32e567d83c130da9a0262f7c51
Choose "Replace All"

3. Save edited m3u8 file and use as local input to ffmpeg.
*change all above instances of "h..p" to "http"
Thanks very much. Will that retrieve the 1920 resolution output ?
Reply With Quote