In reference with xpmobile2018R3 web video sample,
Status includes applying ‘videoController’ from ‘requestStreamCallback’ in requestStream() as the videoConnection in playbackGoTo.
Along with time and options defined as:
timestamp = “Fri Jan 11 2019 13:13:12 GMT-0500 (Eastern Standard Time)”;
var playbackTimestamp = new Date(timestamp);
var option = { VideoId:Id,
seekType:“Time”,
Time:playbackTimestamp.getTime()};
XPMobileSDK.playbackGoTo(VideoConnection=videoController,option);
speed=1;
XPMobileSDK.playbackSpeed(videoController, speed);
//PrevFrame
//‘NextSeq’
XPMobileSDK.playbackSeek(videoController,‘DbStart’);
Upon updating from console, functions update ok without error and parameters appear defined ok, however no update in video feed.
I see that updateTime() updates the time in the div for the cam, however not the video. Interested in learning the format of the solution to play forward from playbackGoTo() please.
Thomas





