@@ -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' });
}