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
requestKeyframe: mediaId => response (keyframeRequested); Notifies a media that it needs to generate a keyframe somehow
keyframeNeeded: e(mediaId); Notifies a media that a keyframe was requested from it from someone and the request couldn't be handled internally/by the media server. Generally triggered by requestKeyframe or by the controller (internally).
The text was updated successfully, but these errors were encountered:
One new API method, one new API event:
requestKeyframe
: mediaId => response (keyframeRequested
); Notifies a media that it needs to generate a keyframe somehowkeyframeNeeded
: e(mediaId); Notifies a media that a keyframe was requested from it from someone and the request couldn't be handled internally/by the media server. Generally triggered byrequestKeyframe
or by the controller (internally).The text was updated successfully, but these errors were encountered: