Instagit
Instagit
I don't really like such workarounds. As I understand it, "video/quicktime" is the correct MIME type for MOV files. If browsers handle the videos better when you supply the wrong...
max-height for the element is set to 250px. For a workaround, add this to your _styles.less_: ``` css .tree-view-open-files { max-height: none !important; overflow: visible; } ``` It should do...
Hi @mmattel, sorry I kept you out of the loop on this, but my main focus is on Nextcloud and maintaining both projects in a diffferent state is a bit...
@owncloud/javascript FYI: https://github.com/nextcloud/files_videoplayer/issues/20
I'm looking to replace Video.js with MediaElement.js, so using a custom skin would not be required anymore. See https://github.com/nextcloud/files_videoplayer/issues/20.
Hi romeor, the HTML5 video player uses features offered by the web browsers, so this would have to be supported on the browser level and I doubt that's going to...
This video player plugin is not used for public links so I can't answer that, sorry. :)
Hi ms270169, I'll try to look into this, but unfortunately it's difficult to test right now, because video caching has been broken in Firefox for more than a year (can't...
Could be, especially when it works in other browsers. It's hard to tell what's a Firefox bug and what's not when they don't bother to fix the bugs on their...
I've started to work on this and it shouldn't be too difficult, but I somehow hit a wall and didn't have time to look at it further. https://github.com/nextcloud/files_videoplayer/issues/6 https://github.com/nextcloud/files_videoplayer/commit/32f9013177717da16186742e25f4af8da5178909 I'm...