revoltchat / autumn

Pluggable file server micro-service.
GNU Affero General Public License v3.0
51 stars 35 forks source link

Cannot seek in videos on Chrome. #3

Open insertish opened 3 years ago

insertish commented 3 years ago

Chrome expects the ability to receive partial content from a remote server.

https://stackoverflow.com/questions/10583931/cant-seek-html5-video-or-audio-in-chrome

insertish commented 1 week ago

We can use the new moka cache to handle these requests BUT it is important to not allow them if it does not exist in cache, in such a case just fail.