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
hello. I try to get current position time of film. I found method position()
public function get position() : Number {
return _hlsNetStream.position;
};
in HLS.as, but I dont know how use it. Pls help me.
hello. I try to get current position time of film. I found method position()
public function get position() : Number {
return _hlsNetStream.position;
};
in HLS.as, but I dont know how use it. Pls help me.
flashvars = {
src: "http://"+escape(url),
autoPlay:true,
verbose: true,
plugin_m3u8: "OSMFHLSPlugin.swf",
clipStartTime:0,
javascriptCallbackFunction: "onJavaScriptBridgeCreated",
plugin_hls: "HLSProviderOSMF.swf",
hls_minbufferlength: -1,
hls_maxbufferlength: 30,
hls_lowbufferlength: 3,
hls_seekmode: "SEGMENT_SEEK",
hls_startfromlowestlevel: false,
hls_seekfromlowestlevel: false,
hls_live_flushurlcache: false,
hls_info: true,
hls_debug: false,
hls_debug2: false,
hls_warn: true,
hls_error: true,
hls_fragmentloadmaxretry : -1,
hls_manifestloadmaxretry : -1,
hls_capleveltostage : false
};
var params = {wmode: "opaque", allowFullScreen: true, allowScriptAccess: "always", bgcolor: "#000000"};
var attrs = {name: "videoplayer", style:"position:absolute", id:"videoplayer"}; //position:relative;width:100%;height:100%;z-index:1;right:0
swfobject.embedSWF("StrobeMediaPlayback.swf", "videoplayer", "100%", "100%","10.2",{}, flashvars, params, attrs);
The text was updated successfully, but these errors were encountered: