Play MPEG-DASH by default.

Add dash.js and videojs-dash files
This commit is contained in:
knotteye
2019-11-10 10:29:15 -06:00
parent 4e19bdc2f5
commit f5f9d1f8e6
6 changed files with 74 additions and 4 deletions

View File

@ -53,7 +53,7 @@ privateEndpoint = 'stream'
ffmpeg = ''
[transcode]
hls = true
hls = false
hlsFlags = '[hls_time=2:hls_list_size=3:hls_flags=delete_segments]'
dash = false
dash = true
dashFlags = '[f=dash:window_size=3:extra_window_size=5]'