Quote:
Originally Posted by surya987
1st 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
|
Thanks . The segmenting process is very slow! does this command transcode too(changing quality of orginal .ts )?