You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when a video is play to end,state is idle.then i load another video,play and seek to a position,it just play;
but if a video is pause,state is paused,then i load another video,play and seek to a position,it work;
code like below:
videoPlayer.playerLoad("xxxx.m3u8");
videoPlayer.playerPause();
videoPlayer.playerPlay();
videoPlayer.playerSeek(9);
videoPlayer.playerResume();
BTW,can you add a method play(Number: startPosition) to chromelessplayer;
The text was updated successfully, but these errors were encountered:
when a video is play to end,state is idle.then i load another video,play and seek to a position,it just play;
but if a video is pause,state is paused,then i load another video,play and seek to a position,it work;
code like below:
videoPlayer.playerLoad("xxxx.m3u8");
videoPlayer.playerPause();
videoPlayer.playerPlay();
videoPlayer.playerSeek(9);
videoPlayer.playerResume();
BTW,can you add a method play(Number: startPosition) to chromelessplayer;
The text was updated successfully, but these errors were encountered: