View Single Post
  #3  
Old 06-20-2016, 02:46 AM
kkunze kkunze is offline
Junior Member
 
Join Date: Jun 2016
Posts: 1
kkunze is on a distinguished road
Default

Re: Extract working link from m3u8-file


Thanks a ton, that worked for me!
I just had to modify the ffmpeg options a bit, i.e. -acodec copy and -absf aac_adtstoasc.

Yours Karla Kunze

$ ffmpeg -i http://dradiohls-vh.akamaihd.net/i/2...p4/master.m3u8 -acodec copy -absf aac_adtstoasc alternative_gesangstechniken_in_klassik_jazz_u_wel tmusik_dlf_20160613_2010_801ca711.mp4

ffmpeg version 0.8.13-6:0.8.13-0ubuntu0.13.10.1, Copyright (c) 2000-2014 the Libav developers
built on Jul 15 2014 13:48:35 with gcc 4.8.1
*** THIS PROGRAM IS DEPRECATED ***
This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
[applehttp @ 0x1f30340] Estimating duration from bitrate, this may be inaccurate
Input #0, applehttp, from 'http://dradiohls-vh.akamaihd.net/i/2016/06/13/alternative_gesangstechniken_in_klassik_jazz_u_wel tmusik_dlf_20160613_2010_801ca711.mp4/master.m3u8':
Duration: 00:49:40.00, start: 10.108311, bitrate: N/A
Stream #0.0: Audio: aac, 44100 Hz, stereo, s16
Metadata:
variant_bitrate : 128000
Output #0, mp4, to 'alternative_gesangstechniken_in_klassik_jazz_u_we ltmusik_dlf_20160613_2010_801ca711.mp4':
Metadata:
encoder : Lavf53.21.1
Stream #0.0: Audio: aac, 44100 Hz, stereo
Metadata:
variant_bitrate : 128000
Stream mapping:
Stream #0.0 -> #0.0
Press ctrl-c to stop encoding
size= 48220kB time=2970.39 bitrate= 133.0kbits/s
video:0kB audio:47286kB global headers:0kB muxing overhead 1.974969%
Reply With Quote