-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
New Reference UI #4234
Comments
Also check how we can integrate the offline playback demo into the same UI. Currently we are maintaining two dedicated UIs which is not ideal. |
We might also provide |
Consider using a different controlbar as well e.g. https://github.com/muxinc/media-chrome |
If you need support. I can also update our project to a newer Stencil version or integrate some functions to your new version. |
I'm happy to help on the media-chrome front for this. It. might also be worth bringing the |
I don't know for sure, but I think at the time we designed the new reference UI we also incorporated a revamp of the player, suitable for embedding or direct use in any major framework (angular, vuejs, react) based on stencil via webcomponents. |
Is your feature request related to a problem? Please describe.
The current reference UI uses an outdated version of Angular and potentially other outdated libraries for instance for plotting the charts. Moreover, the code is hard to maintain as it basically is build on top of a single JavaScript file with 2.5k lines of code.
As part of the work on version 5.0.0 a rewritten reference UI should be implemented using up-to-date frameworks and libraries. Moreover, it would be good if the new UI automatically populates the settings and adds new settings options once introduced in
Settings.js
andindex.d.ts
. The existing functionalities should be kept.The text was updated successfully, but these errors were encountered: