Re: Decrypting ts files from m3u8Quote:
|
Re: Decrypting ts files from m3u8no need to decrupt all dear.. just download with ffmpeg and than again ffmpeg creates multiple ts files for you if you want without encryption..... so chill dear no need to waste lot of time,.......
|
Re: Decrypting ts files from m3u8Quote:
|
Re: Decrypting ts files from m3u81st download encrypted with ffmpeg and than use this commnd to crete multiple files and m3u8 playlist by FFMPEG...
Code:
ffmpeg -re -i source.ts -codec copy -map 0 -f segment -segment_list foo.m3u8 -segment_list_flags +live -segment_time 10 out%03d.ts |
Re: Decrypting ts files from m3u8Quote:
|
Re: Decrypting ts files from m3u8no transcode... orignal quality
|
Re: Decrypting ts files from m3u8surya987 .Thanks for teaching me to create segments in ffmpeg.
so ffmpeg can't decrypt m3u8 by keeping the segments intact so we don't waste time re segmenting again ? Furthermore, when i first merged all the .ts files to one big .ts(using the posted command below) the resulting .ts was not showing video length in vlc player! is there any solution so the big .ts show video length as well ? Code:
ffmpeg -i "http://www.somesite.com/test.m3u8" -c copy decryptedOutput.ts |
Re: Decrypting ts files from m3u8simple output to mp4...
Code:
ffmpeg -i "link.m3u8" -vcodec copy -acodec copy -absf aac_adtstoasc output.mp4 |
Re: Decrypting ts files from m3u8Quote:
|
Re: Decrypting ts files from m3u8I have trouble with m3u8 file. Please help me download this video.
http://movies.hdviet.com/phim-tan-ba...r-kingdom.html File m3u8: https://www.mediafire.com/?935z8o5q59o30w1 I think it was secured with token: EXT-X-KEY:METHOD=AES-128,URI="https://api.hdviet.com/token/drm?movieid=7874&token=f55232d9ea6f3577719d33b0b79 12f61" |
All times are GMT -6. The time now is 01:58 AM. |