Skip to content
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

Open
mariobehling opened this issue Jun 13, 2024 · 3 comments · Fixed by #147
Open

Implement translation system as in previous eventyay version #113

mariobehling opened this issue Jun 13, 2024 · 3 comments · Fixed by #147
Assignees
Labels

Comments

@mariobehling
Copy link
Member

The previous eventyay version had a dropdown menu for different languages with the source of the sound coming from Youtube. Implement the same here.

@untari
Copy link
Contributor

untari commented Jul 1, 2024

Task Breakdown:
Create input fields that allow the admin user to add languages and their corresponding YouTube URLs. Additionally, provide a button to enable the admin to add more language and URL pairs dynamically. Also, create a dropdown menu on the streaming page where users can select different audio translations.

TODO in the web app:

  • Add Dynamic Language and URL Input Fields
  • Create a Button to Add More Languages and URLs
  • Create a Dropdown Menu for Audio Translations/ in the streaming page template
  • Populate the dropdown options with the languages added by the admin
  • Implement a method to handle the selection of different audio translations

@mariobehling
Copy link
Member Author

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.

@mariobehling
Copy link
Member Author

mariobehling commented Jul 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants