Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 190 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 190 Bytes

In order to encode video into hls supported format:

ffmpeg -i index.mp4 -profile:v baseline -level 3.0 -s 640x360 -start_number 0 -hls_time 10 -hls_list_size 0 -f hls index.m3u8