Skip to content

Commit

Permalink
demo page : no fragment retry allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
mangui committed Dec 7, 2015
1 parent a1f0f37 commit ef28dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ <h4> Stats Display </h4>

$("#HlsStatus").text('loading ' + url);
events = { url : url, t0 : performance.now(), load : [], buffer : [], video : [], level : [], bitrate : []};
hls = new Hls({debug:true});
hls = new Hls({debug:true, fragLoadingMaxRetry:0});
$("#HlsStatus").text('loading manifest and attaching video element...');
hls.loadSource(url);
hls.attachMedia(video);
Expand Down

0 comments on commit ef28dec

Please sign in to comment.