Autofocus on video
This commit is contained in:
parent
04926c41fc
commit
72fe1dbab1
|
@ -29,7 +29,8 @@
|
|||
|
||||
player = vd.setup(args[0], {
|
||||
v: args[1] + "/manifest.mpd",
|
||||
t: parseInt(args[2], 10) || 0
|
||||
t: parseInt(args[2], 10) || 0,
|
||||
focus: true
|
||||
});
|
||||
} else if (time !== undefined ){
|
||||
player.currentTime(time);
|
||||
|
|
Loading…
Reference in New Issue