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

Fix audio-only playablility #798

Merged
merged 1 commit into from
May 2, 2023

Conversation

owi92
Copy link
Member

@owi92 owi92 commented Apr 27, 2023

This basically (sort of) reverts #506 since the handling of audio tracks appears to be working now.
There is also a paella plugin for audio-videos, but it doesn't appear to be necessary for this to work (https://github.com/polimediaupv/paella-core/blob/main/doc/audio_video_plugin.md, https://github.com/polimediaupv/paella-core/blob/main/doc/audio_canvas_plugin.md).
I'm also not certain if we should add some audio specific configuration for this in our paella-core and paella files, as it also works without.

One thing that is still not too pretty is the background of the audio-video, which is plain grey. It would be nice to show a more fitting preview image in the future (likely the one that is shown in series blocks, which would theoretically also be used as a video background, if I understand the docs correctly).

Fixes #795

@github-actions github-actions bot temporarily deployed to test-deployment-pr798 April 27, 2023 11:38 Destroyed
@owi92 owi92 added the changelog:user User facing changes label Apr 27, 2023
Copy link
Member

@LukasKalbertodt LukasKalbertodt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a tiny thing.

As you said, in the future we should do more to make the player page nice (show image in player area, ideally waveform, and probably reduce height of player). But that doesn't need to be now. To at least being able to play the audio is an improvement.

frontend/src/ui/player/Paella.tsx Outdated Show resolved Hide resolved
@owi92 owi92 force-pushed the fix-audio-only-playability branch from f5712cb to 8173e25 Compare May 2, 2023 11:29
@github-actions github-actions bot temporarily deployed to test-deployment-pr798 May 2, 2023 11:34 Destroyed
@LukasKalbertodt LukasKalbertodt merged commit 24a33dc into elan-ev:master May 2, 2023
2 checks passed
@owi92 owi92 deleted the fix-audio-only-playability branch March 4, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:user User facing changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix audio-only playability
2 participants