Spaces:
Sleeping
Sleeping
Upload sw.js
Browse files
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 |
+
// })
|