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

Video length is missing when a video is saved locally #1166

Closed
ottsimon opened this issue Apr 23, 2024 · 1 comment
Closed

Video length is missing when a video is saved locally #1166

ottsimon opened this issue Apr 23, 2024 · 1 comment

Comments

@ottsimon
Copy link

Steps to reproduce

  1. Record a video (settings do not matter)
  2. Click on "Save locally"
  3. Open the downloaded video with a local video player (VLC, for example)

Expected behavior

The video opens, the time toolbar shows the video lenght, and you can select a specific timestamp in the video.

Actual behavior

The video opens, but the time toolbar doesn't show any video lenght, selecting a timestamp is buggy. Furthermore, most video editors cannot open the file.

Additional information

This issue affects a newly compiled studio, the version located at studio.opencast.org, and also the studio in Opencast 15.3.0. It is possible to fix the video length with FFmpeg, but it would be better for the end user if the video length was saved correctly right away.

FFmpeg fix:

ffmpeg -i input.mkv -c copy output.mkv
@LukasKalbertodt
Copy link
Member

Hi and thanks for the report. This is a duplicate of #517. I.e. we already know about it. It is an unfortunate limitation of certain browsers that, as far as I know, we cannot easily work around. Fixing this would require having some muxer running in the user's browser. But yeah, see the linked issue.

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

No branches or pull requests

2 participants