hfy

Results 21 comments of hfy

@renefloor The same as what's stated in the docs of MDN HTTP Range Request https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests The request will have header `Range` , for example, `Range: bytes=0-1023`, and the response headers...

Just treat each chunk as small individual binary files and if someone makes a request to retrieve the same chunk of the same file it can return that chunk of...

> Currently the file is stored based on the url or the key. If you'd request the same url with a different range the data would be overriden. That would...

I really need this feature as well!

Also `resizeToAvoidBottomPadding` of the `Scaffold` widget is gone, need to use `resizeToAvoidBottomInset` instead I think

> Is there any solution for this yet? I commented out all the problematic part of the code base, there are a lot of them...

So @ljmatan how did you solve this problem eventually?

@ljmatan Could you elaborate a bit more? For example what type of event or value do you propose one should monitor to know that a video is actually buffering (like...

``` flutter: VlcPlayerValue(duration: 0:00:31.433000, size: Size(0.0, 0.0), position: 0:00:00.000000, playingState: PlayingState.playing, isInitialized true, isPlaying: true, isLooping: false, isBuffering: false, isEnded: false, bufferPercent: 100.0, volume: 100, playbackSpeed: 1.0, audioTracksCount: 0, activeAudioTrack:...