Hi everyone! This is not a proper Kotlin question, but a server one.
I'm using Vertx and its http server to serve to client a buffer of bytes from a server folder.
When this buffer is an MP4 video it breaks on Safari, but actually works on Chrome and Firefox. Safari says error using plugin.
I read on web that could be a header problem.
As headers I serve
- content-type: video/mp4
- content-length: <length of video>
Response code served to client: 200
Have you ever experienced something like that?