nextcloud / files_videoplayer

:vhs: Old video viewer for Nextcloud
91 stars 37 forks source link

HTTP2 enabled - causing mp4 or any other video type "error loading" #175

Open fate8383 opened 4 years ago

fate8383 commented 4 years ago

Expected behaviour

when http2 disabled on apache and if module removed from nextcloud it plays

Actual behaviour

HTTP2 enabled - causing mp4 or any other video type "error loading"

Steps to reproduce

1.a2enmod http2 2.add to vhost ProtocolsHonorOrder Off or On Protocols h2 h2c http/1.1 3.play from web any video file

is this something with my setup or is it a bug? It plays/previews all fine when http2 disabled, it previews but gets error loading for all video types

NC v19 Debian server - Client Mac Safari, Chrome

colyro commented 3 years ago

Exactly the same issue i am encountering too on NC 20 Centos 8 apache2 php 7.4 HTTP/2 black screen when trying to play mp4 videos directly via builtin player via chrome/internet explorer/edge on win10.