-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Kaltura Videos on Demo Page Won't Play or Seek #1202
Comments
@jessp01 Can you still use Pause/Play and Seek in the demo app (src/demo/App.js) locally? Perhaps something changed with the Kaltura media? I can't get Kaltura videos to Pause/Play or Seek using this branch https://github.com/jessp01/react-player/tree/support-kaltura. I was excited to see Kaltura being added to react-player! Any help would be much appreciated! |
Fixes cookpete#1202 and related to cookpete#1082.
* Adjust listener for kaltura Fixes #1202 and related to #1082. * Fix lint As mentioned in #1225 `findDOMNode` is deprecated. * Add autoplay to iframe props * Move code to load method and call it instead * Update src/players/Kaltura.js Co-authored-by: Pete Cook <pete@cookpete.com> * Remove `this.load()` call in `componentDidMount` Co-authored-by: Pete Cook <pete@cookpete.com>
Fixed in |
Current Behavior
Kaltura Videos on the Demo Page do not play or seek when using the Play/Pause button or Seek range input.
Perhaps this is related to
#1082 (comment)
?
Videos are playable if you click the Kaltura video or have the video muted before clicking Play (but you cannot Pause).
Expected Behavior
Kaltura Test A and Test B should be able to play or seek.
Steps to Reproduce
Environment
Other Information
Provided demo videos:
https://cdnapisec.kaltura.com/p/2507381/sp/250738100/embedIframeJs/uiconf_id/44372392/partner_id/2507381?iframeembed=true&playerId=kaltura_player_1605622074&entry_id=1_jz404fbl
https://cdnapisec.kaltura.com/p/2507381/sp/250738100/embedIframeJs/uiconf_id/44372392/partner_id/2507381?iframeembed=true&playerId=kaltura_player_1605622336&entry_id=1_i1jmzcn3
If you add
allow='encrypted-media;autoplay'
to Kaltura.js, the video can be played but not paused.The text was updated successfully, but these errors were encountered: