Parse Server - Byte Range

Hey guys,

I have a problem with the parse server with fs-file-adapter and iOS / macOS.

Videos within a HTML video tag aren’t playing on iOS and macOS. I think its because parse server doesn’t accept byte range requests.
I can’t change file adapter to S3 or something, because we need to host the data on our server.

Is there a way to tweak this or get a workaround?

I am running parse server in a docker container with the official image.

Thanks!

Why dont you setup minio to your server? Its self hosted s3 compatible storage. Then you can use an existing s3 adapter or minio adapter

2 Likes

Because I didn’t know about minio. I will give it a try. Thanks!