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

Improve video player #2605

Merged
merged 1 commit into from
Dec 16, 2019
Merged

Conversation

okurz
Copy link
Member

@okurz okurz commented Dec 15, 2019

Based on an idea by Stefan Bruens we can use timestamp information
relating the video runtime to realtime in a video player.

Related progress issue: https://progress.opensuse.org/issues/42050

@@ -4,7 +4,7 @@
% for my $resultfile (@$resultfiles) {
<li>
% if($resultfile =~ /video.ogv$/) {
%= link_to url_for('test_file', testid => $testid, filename => 'video.ogv') => begin
%= link_to url_for('video', testid => $testid) => begin
Copy link
Contributor

Choose a reason for hiding this comment

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

That makes it harder to download the video or to copy the link to open it with mpv for example. I would preserve the old link and add the player only additionally.

Copy link
Member Author

Choose a reason for hiding this comment

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

yes, good idea. After all the "logs & assets" tab should provide the files for download first-hand

Based on an idea by Stefan Bruens we can use timestamp information
relating the video runtime to realtime in a video player.

Related progress issue: https://progress.opensuse.org/issues/42050
@okurz okurz force-pushed the feature/video2_less_controls branch from dc056ee to fb71858 Compare December 16, 2019 12:48
@okurz okurz merged commit 3942853 into os-autoinst:master Dec 16, 2019
@okurz okurz deleted the feature/video2_less_controls branch April 28, 2020 13:51
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

Successfully merging this pull request may close these issues.

2 participants