ryanheise

Results 1670 comments of ryanheise

Maybe it could be called `DynamicAudioSource` or `MappingAudioSource`. Not sure if "lazy" will always make sense since concatenating audio sources also have the option to load children eagerly or lazily,...

From the platform player's perspective, each audio source is a URI. In the case of a `StreamAudioSource`, that is mapped to a URL served by the proxy. And the assumption...

Perhaps these should be deallocated on `stop` or `dispose` but in practice even in the current code, audio source objects are lightweight anyway. If a custom audio source has its...

> [VERBOSE-2:ui_dart_state.cc(199)] Unhandled Exception: Null check operator used on a null value > #0 _ProxyHttpServer.start. (package:just_audio/just_audio.dart:1454:45) Hmm, I looked at that line number and didn't find anything. Was that error...

The documentation for `HlsAudioSource` states: > Currently headers are not applied recursively. It's not the highest priority feature to implement now, but pull requests are always welcome if you or...

Are you sure you want me to do that? I treat bugs as higher priority than features ;-) That said, I have a tonne of issues that are personally at...

One convenient thing is that this aspect of the plugin is written entirely in Dart (i.e. the proxy), so no knowledge of native programming is necessary.

Thanks, @djsjr ! Apologies for introducing a merge conflict since I just bumped the version number for another fix. I'm just working through another bug fix first and then will...

I have known about that since the beginning it but iOS doesn't have an equivalent aside from an undocumented key that is not supposed to be used. So the proxy...

Are you able to share some test media to reproduce this?