Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit 21f39b0

Browse files
committed
main: change default swfPath
1 parent f8d37f3 commit 21f39b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class P2PHLS extends HLS {
2626
}
2727

2828
constructor(options) {
29-
options.swfPath = "http://cdn.clappr.io/bemtv/latest/assets/P2PHLSPlayer.swf"
29+
options.swfPath = "http://s.videos.globo.com/p3/plugins/assets/P2PHLSPlayer.swf"
3030
this.setupSettings(options)
3131
this.resourceRequester = new ResourceRequester({swarm: btoa(options.src.split("?")[0]), tracker: options.tracker})
3232
this.uploadHandler = UploadHandler.getInstance()

0 commit comments

Comments
 (0)