Closed mittster closed 2 years ago
Hi! Thank you for raising this issue. I'll look into this shortly 👍
Hi @mittseter, after some investigation it looks like this is the result of API Gateway having a hard response size limit of 10MB.
However, in your case, this can be mitigated via the HTTP Range
header. For example, you could iterate through requests starting with Range: bytes=0-9000000
, then bytes=9000000-18000000
etc.
Please let me know if this works for you? 😄
Should have came back to the post sooner :D I came to the same conclusion. Thanks
If you try to view a video, the response has status code 500 with message
{"message": "Internal server error"}
You can try it out with this sample:
Also tried with: -https://previews.customer.envatousercontent.com/h264-video-previews/34bc5a70-9db3-4ee9-821d-b4304d0c5dc5/33244341.mp4
Any idea whats going on? It seems that default aws gateway configuration does not support video.