refactor(1825): changed live sync duration to 30 (#542)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Mirlan 4 years ago
parent a87f4743a4
commit c42818cc63
  1. 2
      src/features/StreamPlayer/config.tsx

@ -3,7 +3,7 @@ import Hls from 'hls.js'
import { readToken } from 'helpers/token'
export const streamConfig: Partial<Hls.Config> = {
liveSyncDuration: 10,
liveSyncDuration: 30,
maxBufferLength: 30,
xhrSetup: (xhr, urlString) => {
const url = new URL(urlString)

Loading…
Cancel
Save