Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add requestKeyframe method and keyframeNeeded event #18

Closed
prlanzarin opened this issue Jul 2, 2019 · 1 comment
Closed

Add requestKeyframe method and keyframeNeeded event #18

prlanzarin opened this issue Jul 2, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@prlanzarin
Copy link
Member

One new API method, one new API event:

  • 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).
@prlanzarin prlanzarin added the enhancement New feature or request label Jul 2, 2019
@prlanzarin prlanzarin self-assigned this Jul 2, 2019
prlanzarin added a commit that referenced this issue Jul 3, 2019
@prlanzarin
Copy link
Member Author

Addressed in #19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant