defsub

Results 10 comments of defsub

I wanted to let you know that I followed this tutorial to successfully upgrade my app to 0.18 beta. I've been using the older design for a while and it...

I recently upgrade to audio_service 0.18 beta and revised this solution. If there's interest I can update this PR accordingly.

I'm also seeing the mentioned freezing both with local and remote URLs using my own app on Linux. I noticed that request headers aren't supported yet (which I need) so...

I second the comment from @pstromberg98

I'll share my use case. As of now the user can download songs to precache them for later local playback. The downloaded songs are stored in a cache keyed off...

I agree with @agersant that partial files aren't that useful with music. If a user seeks toward the end of a file that hasn't been pre-cached yet, I'd be okay...

Can you suggest they use the free [let's encrypt ](https://letsencrypt.org/) service? I use this in a similar service.

Trying calling setDefaultHostnameVerifier on the HttpsURLConnection with your own HostnameVerifier implementation that has a verify which always returns true.

@ryanheise I recently was able to get Android Auto functionality working with audio_service. Enabling unknown sources within Android Audio was something I had to figure out by trial and error...

I used the android:usesCleartextTraffic="true" manifest approach to solve this issue on Android 11. This isn't really a just_audio bug but related to how it cleverly creates an internal proxy to...