Spaces:
Running
Running
File size: 455 Bytes
77c29f9 516f84a |
1 2 3 4 5 6 7 8 9 |
self.importScripts('/hls-proxy.js')
// uncomment code below to customize HlsProxy config, see https://www.swarmcloud.net/web-hls/API#hlsproxy-api
// new HlsProxy({
// insertTimeOffsetTag: true,
// allowedPlaylistSuffix: ['m3u8'], // add other playlist suffix like 'html' if your playlist url is xxx.html
// allowedMediaFiles: ['ts', 'mp4', 'm4s', 'fmp4'], // add other media file suffix like 'txt' if your media file url is xxx.txt
// })
|