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
Good case for it: a dev could provide a p2p (webrtc) implementation. Maybe this could be something to consider to 2.0
I was quickly looking at the code to find the spot where this extension could be done but I couldn't find. :( shaka.player.Player.prototype.load shaka.player.StreamVideoSource.prototype.load shaka.player.StreamVideoSource.prototype.attach shaka.player.StreamVideoSource.prototype.onMediaSourceOpen_ shaka.player.StreamVideoSource.prototype.createAndStartStreams_ shaka.player.StreamVideoSource.prototype.createStreams_ shaka.player.StreamVideoSource.prototype.startStreams_
I was quickly looking at the code to find the spot where this extension could be done but I couldn't find. :(
extension
shaka.player.Player.prototype.load shaka.player.StreamVideoSource.prototype.load shaka.player.StreamVideoSource.prototype.attach shaka.player.StreamVideoSource.prototype.onMediaSourceOpen_ shaka.player.StreamVideoSource.prototype.createAndStartStreams_ shaka.player.StreamVideoSource.prototype.createStreams_ shaka.player.StreamVideoSource.prototype.startStreams_
The text was updated successfully, but these errors were encountered:
We will offer plugins for networking in 2.0. You will be able to implement any URI scheme you like any way you want. We'll be publishing details soon.
Sorry, something went wrong.
Thanks 👍
We landed the new NetworkingEngine with this functionality in ab127e6.
Thank you so much @joeyparrish ㊗️
No branches or pull requests
Good case for it: a dev could provide a p2p (webrtc) implementation. Maybe this could be something to consider to 2.0
The text was updated successfully, but these errors were encountered: