wsj1995 commited on
Commit
516f84a
·
verified ·
1 Parent(s): 7bbaa5f

Upload sw.js

Browse files
Files changed (1) hide show
  1. sw.js +8 -0
sw.js ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ self.importScripts('https://cdn.jsdelivr.net/npm/@swarmcloud/hls/hls-proxy.js')
2
+
3
+ // uncomment code below to customize HlsProxy config, see https://www.swarmcloud.net/web-hls/API#hlsproxy-api
4
+ // new HlsProxy({
5
+ // insertTimeOffsetTag: true,
6
+ // allowedPlaylistSuffix: ['m3u8'], // add other playlist suffix like 'html' if your playlist url is xxx.html
7
+ // allowedMediaFiles: ['ts', 'mp4', 'm4s', 'fmp4'], // add other media file suffix like 'txt' if your media file url is xxx.txt
8
+ // })