Embed: dont attempt to loop live videos
This commit is contained in:
parent
17c1368235
commit
a41929168d
3 changed files with 3 additions and 3 deletions
|
@ -966,7 +966,7 @@ function mistPlay(streamName,options) {
|
|||
//pass player options and handle defaults
|
||||
playerOpts.autoplay = options.autoplay;
|
||||
playerOpts.controls = options.controls;
|
||||
playerOpts.loop = options.loop;
|
||||
playerOpts.loop = (playerOpts.live ? false : options.loop);
|
||||
playerOpts.poster = options.poster;
|
||||
|
||||
function calcSize() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue