-
Notifications
You must be signed in to change notification settings - Fork 3
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
1277 - Bug fix: Kaltura video player has various issues #1282
base: master
Are you sure you want to change the base?
Conversation
- This is necessary because the Kaltura upload changes the node data in the backend, but the changes are not propagated to the frontend. - Should implement a better solution in the future
- Also renamed the Kaltura upload function, since the old name was somewhat confusing
- Also fixes some double quotes to be single quotes
- Linted files
- Also add a notice to inform the user when an upload is in progress and recommend them not to clean the videos
- Change DEV mode to be activated from wp-config - Automatically set node version to v16 when using `npm start`
2 flaky tests on run #3974 ↗︎
Details:
node-authoring.spec.js • 1 flaky test
lightbox/multicontent.spec.js • 1 flaky test
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
and lint files
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.
The Kaltura fixes are working and the refactoring looks good. Just waiting to test if loading multiple Kaltura scripts from different Kaltura servers breaks anything (when calling kWidget.embed, the kWidget global variable can only be from the latest loaded kWidget script).
Indeed, after testing, two videos from different Kaltura servers will not be played properly, especially of they are in the same multi-content node. The Kaltura script that is loaded last will overwrite any existing kWidget global variable. Currently we are not planning to fix this, as most Tapestry sites using Kaltura are only using videos from one server. If a situation arises that require more than one Kaltura server to be used, this issue will need to be reconsidered. |
Changes
Issue Linkage
Closes #1277
Automated Testing
No changes to tests