4 questions
4
votes
2
answers
139
views
Is sample accurate decoding from an arbitrary FLAC seekpoint possible?
Is FLAC decoded PCM guaranteed to start at the sample of an arbitrary seekpoint, if we fetch via HTTP range request from the seekpoints noted offset (on a fixed frame size e.g. 1024)?
I encounter ...
1
vote
0
answers
383
views
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, ...
2
votes
0
answers
623
views
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/...
1
vote
1
answer
948
views
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 ...