-
Notifications
You must be signed in to change notification settings - Fork 23
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
Implement translation system as in previous eventyay version #113
Comments
Task Breakdown: TODO in the web app:
|
The functionality should work in the way that the video source always stays the same no matter what language is choosen. But: When the user clicks on another language the audio source changes. |
Right now this feature does not yet work as required. In order to sync the audio and different video channels the previous system deactivated the video controls. The audio that is currently playing needs to be added to the currently playing live stream. This way we can achiev a kind of synchronization. -> So, currently playing video + currently playing audio of a live stream. This is the solution in order to achieve sync. The user should not be able to rewind or move forward. The video should always display "current". Therefore we can only fully test this feature using live streams. |
The previous eventyay version had a dropdown menu for different languages with the source of the sound coming from Youtube. Implement the same here.
The text was updated successfully, but these errors were encountered: