Skip to content

Commit 4a1eaf7

Browse files
committed
Updated jwplayer to use HLS stream URL from cine.io.
1 parent b0edd2d commit 4a1eaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jwplayer/player.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script type="text/javascript">
99
//https://www.kaltura.com/p/1715251/sp/171525100/playManifest/entryId/0_skdgd8v8/flavorId/0_kdh6isjh/format/url/protocol/https/a.mp4
1010
window.jwp = jwplayer("jwPlayer").setup({
11-
file: "https://www.kaltura.com/p/1715251/sp/171525100/playManifest/entryId/0_skdgd8v8/flavorId/0_kdh6isjh/format/url/protocol/https/a.mp4",
11+
file: "http://hls.cine.io/cines/g1u7Ad_jEx/g1u7Ad_jEx.m3u8",
1212
width: 640,
1313
height: 360
1414
});

0 commit comments

Comments
 (0)