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 player works fine if logged in, but not on shared links. there you only have download. #20739

Closed
mdonges opened this issue Nov 25, 2015 · 12 comments

Comments

@mdonges
Copy link

mdonges commented Nov 25, 2015

we have public videos on the ownCloud, becuase do not want to send them via mail. (too much MB ;)
but you can only download them, if you use the public shared link.
the play button exists but does not work.

it would be wondeful, to have the video player opened as id you are logged in.
Logged in its a very nice feature!

having the same on public shared links would be perfect!

@LukasReschke
Copy link
Member

More information: This is a M4V file on an iPad.

@jancborchardt
Copy link
Member

@Instagit does this work properly with your new video player?

@ghost
Copy link

ghost commented Nov 25, 2015

@LukasReschke @jancborchardt

Known issue with share links as discussed here: owncloud-archive/apps#2087 (comment)

There is an open issue at the app issue tracker to make that to work with shared links : owncloud-archive/apps#2120

@Instagit
Copy link

@jancborchardt

Shared folders use the custom video player, single shared files the default HTML5 player. In Firefox everything works, in Chrome some files don't play and for those that do, seeking doesn't work. I think making it work is all about ownCloud sending HTTP response with status 206, partial content.

owncloud/files_videoplayer#18

@ghost
Copy link

ghost commented Nov 26, 2015

I think making it work is all about ownCloud sending HTTP response with status 206, partial content.

206 means support ranged requests right? If yes then i think this can be closed in favor of owncloud-archive/apps#2120

@PVince81
Copy link
Contributor

Would be good to use the issue template https://raw.githubusercontent.com/owncloud/core/master/issue_template.md

Please try with ownCloud 8.2.1 where a recent video player fix was put in.

@PVince81
Copy link
Contributor

Feel free to reopen if it doesn't work in that version, and use the issue template https://raw.githubusercontent.com/owncloud/core/master/issue_template.md to provide more info.

@jancborchardt
Copy link
Member

@PVince81 it’s still the case exactly as described. Because the video player used on the share page is the default video element, whereas the one used when you are logged in is mediaelement.js with more fallbacks etc.

@Instagit is it also possible that when the new video player is installed that the public share page also uses that for videos? Everywhere where there are videos, we should use the same player for consistency of look and working condition.

@PVince81
Copy link
Contributor

So are you saying tht the mediaelement.js doesn't work on all environments ? It worked for me.

@Instagit
Copy link

I always get the default HTML5 player for shared files. The video player apps only work for shared folders, where the page layout is the same as the normal ownCloud file browser.

screenshot

@jancborchardt It would certainly be possible to get that working. Need to change the JS so the video player is displayed without the overlay and close button.

@PVince81 PVince81 added this to the 9.1-next milestone Mar 7, 2016
@PVince81 PVince81 modified the milestones: 9.1-current, 9.2-next Jun 15, 2016
@PVince81 PVince81 modified the milestones: 9.2, backlog Oct 14, 2016
@PVince81
Copy link
Contributor

Please reopen if issue persists with 10.0.4 and latest files_videoplayer app version.

@lock
Copy link

lock bot commented Aug 2, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants