Skip to content

[5.0.0] play external videos on screen#26

Draft
hiroshisuga wants to merge 56 commits intotest5.0.0_showdiffExtPlayfrom
dev5.0.0_extvideo2
Draft

[5.0.0] play external videos on screen#26
hiroshisuga wants to merge 56 commits intotest5.0.0_showdiffExtPlayfrom
dev5.0.0_extvideo2

Conversation

@hiroshisuga
Copy link
Copy Markdown
Owner

@hiroshisuga hiroshisuga commented Jun 22, 2023

depricated by #30

@hiroshisuga hiroshisuga changed the title Dev5.0.0 extvideo2 [5.0.0] play external videos in the screen Jun 22, 2023
1. remove volume sync and rate sync from here. (-> external-video-player/index.js)
2. more precisely distribute 'if (this.secondary)' into the code
Remove primary player's value from props that will be passed to the external video player (because it did not work by whatever reasons...)
obtain the rate, muted, volume directly from the primary player and pass them to this.state.
The ordinary way to pass them as props did not work....?
comment why passing volume, mute, and rate by props does not work.
@hiroshisuga hiroshisuga changed the title [5.0.0] play external videos in the screen [5.0.0] play external videos on screen Jun 28, 2023
Since the externalvideo component does not get rerendered in the current implementation, I move all rerendering process into external-video-player.js
Look for the video url for each cycle of orchestrator...
Maybe not necessary..
Thumbnail hitchhiking started to work, but after jumping on a external video, you cannot use the primary player's slider to seek the video. But when the player enters external video from a normal slide, the slider works well. 
Obviously the synchronise function stops to work if the react-player is not re-rendered..need to find where the external video is synchronised with the primary player.
@hiroshisuga hiroshisuga marked this pull request as draft July 8, 2023 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant