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

Review: Backend support for review playback #207

Merged
merged 64 commits into from
Jul 12, 2024

Conversation

martastain
Copy link
Member

@martastain martastain commented May 24, 2024

PR Checklist

  • This comment contains a description of changes
  • Referenced issue is linked

Description of changes

Technical details

Video previews are served using range requests to mp4 files.

Additional context

While chromium-based browser handle range requests perfectly, Firefox always wants to buffer the entire video.
That may lead to unnecessary traffic.

Possible solution (out of the scope of this PR) is to use HLS or DASH as the transfer protocol, but that would also mean significantly more complex frontend part.

@martastain martastain linked an issue May 24, 2024 that may be closed by this pull request
3 tasks
@martastain martastain self-assigned this May 24, 2024
@martastain martastain added the type: feature Adding something new and exciting to the product label May 24, 2024
@martastain martastain marked this pull request as draft June 5, 2024 09:11
@martastain martastain marked this pull request as ready for review July 12, 2024 13:37
@martastain martastain merged commit d9bbd57 into develop Jul 12, 2024
@martastain martastain deleted the 201-review-reviewable-endpoints branch October 21, 2024 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature Adding something new and exciting to the product
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review: reviewable endpoints
1 participant