View Single Post
  #2  
Old 09-24-2017, 09:22 PM
Yelloworanges Yelloworanges is offline
Junior Member
 
Join Date: May 2017
Posts: 93
Yelloworanges is on a distinguished road
Default

Re: Downloading encrypted m3u8 (ffmpeg error) from Bioscope.tv


Quote:
Originally Posted by ratherbe View Post
... Using jDownloader and the .ts file , I downloaded a 1.76GB .ts file, but it won't open in any player, and has no MediaInfo.

No dice so far.
If you downloaded the full 76PgzzlSKfk_1080p.ts file, you can decrypt it with ffmpeg using a small edited m3u8 file as the input.

Copy

76PgzzlSKfk_1080p.ts
76PgzzlSKfk_1080p.m3u8
encryption2.key

into the same folder along with ffmpeg (if necessary). Then run ffmpeg command line:
Code:
ffmpeg -i "76PgzzlSKfk_1080p.m3u8" -vcodec copy -acodec copy -absf aac_adtstoasc "76PgzzlSKfk_1080p.mp4"
Reply With Quote