Browse Source

use playlist.hls instead of out.hls, to match create-hls-vod script

Harlan Iverson 7 years ago
parent
commit
f13c2e3944
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/resources/templates/themes/ispooge/html/embed.html

+ 1 - 1
app/resources/templates/themes/ispooge/html/embed.html

@@ -50,7 +50,7 @@
 							   var vid = document.location.hash.substr(1);
 							   if (vid) {
 							   myPlayer.poster('/media/videos/' + vid + '.jpg');
-							   myPlayer.src({ type: 'application/x-mpegURL', src: '/media/videos/' + vid + '.hls/out.m3u8' });
+							   myPlayer.src({ type: 'application/x-mpegURL', src: '/media/videos/' + vid + '.hls/playlist.m3u8' });
 
 							   }