Direct copy of pre-encoded file:
$ ffmpeg -i filename.mp4 -codec: copy -start_number 0 -hls_time 10 -hls_list_size 0 -f hls filename.m3u8
Direct copy of pre-encoded file:
$ ffmpeg -i filename.mp4 -codec: copy -start_number 0 -hls_time 10 -hls_list_size 0 -f hls filename.m3u8
| from selenium import webdriver | |
| from selenium.webdriver.common.keys import Keys | |
| import time | |
| config = { | |
| 'EMAIL': '', | |
| 'PASSWORD': '' | |
| } | |
| login_url = 'http://video.springserve.com/' |