Koen Romers

Results 17 comments of Koen Romers

This is not meant as a solution, but we're having good results on older WebOS devices by disabling stall detection: ``` player.configure('streaming.stallEnabled', false); ```

I'm also curious if there's a workaround for this, I'm having the difference in skeletons issue too like @RisKakaN described

@Superjo149 Thanks for your work. I didn't realise we were using your fork already before I created [this issue](https://github.com/MarshallOfSound/electron-media-service/issues/13). Do you have any ideas? I tried some stuff in [my...

@jefflau I'm having the same problem when I'm testing a response body in JSON format. If I'm testing a text response it's working fine. You can have a look here:...

@rkram5424 That worked! Thanks. I'll look later if I can do a PR, because this solution is not ideal though.

@janus-reith did you ever find a solution for this?

In case someone else has the same issues, I was able to make it work with this workaround. A custom `buildCommand`: ``` pnpm dlx @opennextjs/aws build && \ mkdir -p...