-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Update description of video.js in the package.json file, and add 'hls' keyword #6603
Update description of video.js in the package.json file, and add 'hls' keyword #6603
Conversation
We also support most of DASH. Maybe we should add HLS and DASH to tags but not specifically call out HLS in the description? |
I'm OK just striking Flash from the record given that in a couple of months it won't be a thing. |
And even mentioning Flash just encourages "how do I play RTMP?" |
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.
I updated my suggestion to remove Flash
Following on from #6603, change the keywords to match the updated description in `package.json`.
* fix: addChild with index should allow for children that are elements (videojs#6644) The fix in videojs#6297 doesn't work where the child to insert before is an element rather than a component, e.g. the video element. Check if the child to insert before is an element, as well as checking if it has an el_ * docs(README): Update CDN version urls (videojs#6658) * fix(fs): don't set player element css props on native fullscreen (videojs#6673) Fixes videojs#6640 * Update description of video.js in the package.json file, and add 'hls' keyword (videojs#6603) * Update descritpion of video.js in the package.json file, and add 'hls' keyword * Update package.json Co-authored-by: Steve Heffernan <[email protected]> Co-authored-by: mister-ben <[email protected]> Co-authored-by: Soroush Chehresa <[email protected]> Co-authored-by: Gary Katsevman <[email protected]> Co-authored-by: Owen Edwards <[email protected]> Co-authored-by: Steve Heffernan <[email protected]>
Following on from #6603, change the keywords to match the updated description in `package.json`.
…ojs#6692) Following on from videojs#6603, change the keywords to match the updated description in `package.json`.
Description
Just a suggestion; update the description of video.js to better reflect what it is now, rather than what it was. It seems like this change should have happened when v7 was first released, but maybe it makes sense to do it now?