Questions tagged [range-requests]
5 questions
1
vote
0 answers
How can I play chunked video using react-native-video?
We are developing application such as Tiktok where we are using Flatlist to list videos and using react-native-video library to display videos.
Now, whenever our video is big such as 50 MB or 100 MB, react-native-video is taking too much time to…

mihir kuvardiya
- 41
- 3
1
vote
0 answers
HTTP range requests are not cached by Firefox nor Chrome
This range request seems to never be cached neither by Firefox 102.0.1 nor Chrome 103.0.5060.53:
await fetch("https://sentinel-cogs.s3.us-west-2.amazonaws.com/sentinel-s2-l2a-cogs/2020/S2A_36QWD_20200701_0_L2A/TCI.tif", {
"credentials": "omit",
…

Sebastien Guimmara
- 166
- 2
- 11
0
votes
0 answers
Stream audio files using range requests if end of stream is not yet known
I have a web project in which the client streams an audio file from the server and plays it using an

Ercksen
- 668
- 9
- 23
0
votes
0 answers
java/chrome: range file download issue with accept-encoding header in Range request
I am using wildfly-9 with java-8 on windows OS.
I have implemented changes in spring-boot to support Range with gzip compression/encoding.
consider below pseudo code code to get GZIPOutputStream from…

mcacorner
- 1,304
- 3
- 22
- 45
0
votes
1 answer
Downloading content with range request corrupts
I have set up a basic project on Github: https://github.com/kounelios13/range-download.
Essentially this project tries to download a file using HTTP Range requests, assemble it, and save it back to disk. I am trying to follow this article (apart…

Manos Kounelakis
- 2,848
- 5
- 31
- 55