owncloud / files_mediaviewer

Viewer for pictures and videos integrated in the files app
GNU General Public License v2.0
23 stars 8 forks source link

[QA] no helpful message when opening unsupported video type #353

Open jnweiger opened 3 years ago

jnweiger commented 3 years ago

Tested with files_mediaviewer 1.0.4 using Google chrome on Linux

Upload https://filesamples.com/samples/video/mov/sample_960x540.mov to a Photos folder, where already at least one other JPG image exists.

Navigate there with chrome and click the JPG. Media viewer opens and shows the JPG image. Swipe sideways until you reach the sample_960x540.mov No preview is shown, the video cannot be played. image

When directly clicking on a *.mov file from the files view, it is only offered for download.

Expected behaviour: A message is shown. This fails a testplan item in #349

Workaround: use firefox. (Does not have a helpful message either, but it plays mov videos just fine :-) )

jnweiger commented 3 years ago

Tested files_mediaviewer 1.0.4 on macos mojave with safari

ogv videos hang with a loading circle image


mp4 and mov videos do not load a preview , but start playing when the big or small play button is clicked: image

Expected behaviour: safari should have the best support for mov -- it is Apples native QuickTime format!