-
Notifications
You must be signed in to change notification settings - Fork 79
update playback library to maestro #81
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
Conversation
7196c49 to
9d3d799
Compare
src/stream.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
var -> let
|
What is the impact on the file size? |
|
@janmonschke We aren't serving hls on public api at the moment but we might do in the future |
|
Before minification? |
|
no after |
src/stream.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to use the api module for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was, but it doesn't work because it is a post request, and the api module wants to add the oauth token and also other things as form data, instead of query params.
7219499 to
f7f02df
Compare
|
This requires #82 because the current version of npm installs peer dependencies by default, and this means some unnecessary packages are included. |
fdeacec to
e2604c0
Compare
|
@janmonschke you happy with this? |
e2604c0 to
c925b08
Compare
The maestro player api is different, but player-api.js is an adaptor so that we can keep the current api for now. Maybe in the future we will do a major release and make maestro's api public