kiwix / kiwix-apple

Kiwix for offline access on iOS and macOS
https://apple.kiwix.org
GNU Lesser General Public License v3.0
438 stars 70 forks source link

Video playback status #765

Closed BPerlakiH closed 2 weeks ago

BPerlakiH commented 2 weeks ago

After throughout investigation of our current status of video playback on macOS and iOS, using the TED test content, here's the summary of what is working and what is not.

macOS: safari browser using caddy server

player HTML5 OGVJS
plays audio / video 1 1
user can seek 1 1
uses range requests 0 1
fullscreen 1 1

iOS: safari browser using caddy server

player HTML5 OGVJS
plays audio / video 1 0
user can seek 1 1
uses range requests 0 1
fullscreen 1 0

macOS: in app webkit browser using content from caddy

player HTML5 OGVJS
plays audio / video 1 1
user can seek 1 1
uses range requests 0 1
fullscreen 1 0

iOS: in app webkit browser using content from caddy

player HTML5 OGVJS
plays audio / video 1 0
user can seek 1 1
uses range requests 0 1
fullscreen 1 0

macOS: in app webkit browser using content from ZIM file

player HTML5 OGVJS
plays audio / video 1 1
user can seek 1 0
uses range requests 0 1
fullscreen 1 1

iOS: in app webkit browser using content from ZIM file

player HTML5 OGVJS
plays audio / video 1 0
user can seek 1 0
uses range requests 0 1
fullscreen 1 0
BPerlakiH commented 2 weeks ago

@kelson42 I did manage to test the scenario you mentioned earlier:

kelson42 commented 2 weeks ago

@BPerlakiH Sorry but this is not what I requested yesterday: I have specifically request a wiki page for end-users. Here is the issue https://github.com/kiwix/kiwix-apple/issues/766