We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
im using jessibuca for live streaming over ws-flv.
sometimes, at least due overload on the encoding side the video stream on the player side starts lagging behind (more and more).
to be sure that the player laggs behind i used the following code to pause and resume (play) the stream again:
jessibuca.pause().then(() => { console.log('pause success') jessibuca.play().then(() => {}).catch((e) => {}) }).catch((e) => { console.log('pause error', e); })
that confirmed the issue.
is there a way to skip / drop the buffer / frames with jessibuca?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
im using jessibuca for live streaming over ws-flv.
sometimes, at least due overload on the encoding side the video stream on the player side starts lagging behind (more and more).
to be sure that the player laggs behind i used the following code to pause and resume (play) the stream again:
that confirmed the issue.
is there a way to skip / drop the buffer / frames with jessibuca?
The text was updated successfully, but these errors were encountered: