-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Comments
More information: This is a M4V file on an iPad. |
@Instagit does this work properly with your new video player? |
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 |
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. |
206 means support ranged requests right? If yes then i think this can be closed in favor of owncloud-archive/apps#2120 |
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. |
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. |
@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. |
So are you saying tht the mediaelement.js doesn't work on all environments ? It worked for me. |
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. @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. |
Please reopen if issue persists with 10.0.4 and latest files_videoplayer app version. |
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. |
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!
The text was updated successfully, but these errors were encountered: