August

Results 418 comments of August

You can just force-push. Or close it by yourself, like you want :)

@RaistlinTAO Can you check, is this still a thing with 1.x.x? Thx :) I cannot test for ios, unfortunately.

Fixed via 5eeca8940e764546023567fa2f6b1bc3802f97d3 for android. Now throwing correctly on the dart side. Can anyone confirm for ios? May needs to be added to tests.

I agree on having a variable to check the current rate, but I don't see a reason for a constantly updated stream, as it's controlled by the user. Ok I...

Did you add [usesCleartextTraffic](https://github.com/bluefireteam/audioplayers/blob/3946bccf33fc34e2954adf783893ef8df35a3fe6/packages/audioplayers/example/android/app/src/main/AndroidManifest.xml#L8) in Android Manifest?

I also get an error, but another one, so `usesCleartextTraffic` should work fine, also to accept invalid ssl connections: ``` java.io.IOException: Prepare failed.: status=0x1 at android.media.MediaPlayer._prepare(Native Method) at android.media.MediaPlayer.prepare(MediaPlayer.java:1276) at...

But https://streaming-canal-u.fmsh.fr without valid certificate is forwarded to https://vod.canal-u.tv/ with a valid certificate. I don't think my error comes from the certificate rather than the forwarding. If I play it...

Confirmed, but still getting: ``` [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(Unexpected error!, Prepare failed.: status=0x1, java.io.IOException: Prepare failed.: status=0x1 E/flutter ( 4651): at android.media.MediaPlayer._prepare(Native Method) E/flutter ( 4651): at android.media.MediaPlayer.prepare(MediaPlayer.java:1276) E/flutter (...

Thank you! I also added a `getState` button in upcoming MR #1238 to test this.

@pooblej it should work with latest release also on web (v.1.1.x). I added tests for it. Plz consider opening a separate issue, if still having problems.