ryanheise
ryanheise
> Is there a sample app for us to try that? No there isn't - that's the very thing that you are being asked to create yourself and provide a...
I'm getting a crash using your pull request on accessing `context` here: ```dart void _resize() { if (context == null) { return; } ``` because in Flutter 2, `context` is...
Closing as unresponsive.
Audio stream in Chrome does not return "ready" state after "stop" and "play". Bring only "buffering"
There is a solution approach discussed above, but someone needs to tackle that and implement it into just_audio_web (and it doesn't have to be me - contributors are welcome if...
@nessblo You can see the entire history of this issue by reading the comments above. If you read it, you can see that I have made a suggestion with my...
The only workaround that does not involve hacking the code is to transcode your audio file into a format that has a seek table. But if the audio file is...
You can look at the git log for where I implemented constant bitrate seeking. That would be the same region to apply the indexed seeking flag.
I have just merged your PR into a branch in this repo: `nt4f04uNd-unnecessary-media-item-updates`. I made the suggested changes in the latest commit, and also moved `_artFetchOperationId` into the closure. If...
Free free to leave this PR open since I believe some people may be using it in the absence of any official solution.
@55nknown are you using a feature that enables the proxy, such as HTTP headers or `LockCachingAudioSource` or `StreamAudioSource`?