ryanheise

Results 1670 comments of ryanheise

I have a few thoughts below. > This may not be possible. It is surprising that enabling or disabling `FLAG_ENABLE_INDEX_SEEKING` will affect whether ExoPlayer is able to find the duration...

I think this would better be submitted as a feature request. What sort of API would you like to be able to find out which item in a playlist caused...

I have added an API available on the `feature/treadmill` branch. As per the README, you can now do this: ```dart player.playbackEventStream.listen((event) {}, onError: (Object e, StackTrace st) { if (e...

Thank you for the report. I believe this is important but your bug report is unreadable as it does not follow the format required by my instructions. Please provide everything...

Still not correct. You deleted the triple backticks before and after the error message. You also didn't fill in the 2 sections correctly for the minimal reproduction project.

Closing as no response. No reproduction project was provided, and I cannot reproduce it. If anyone encounters the same issue, please open a new bug report as such an error...

Hi @prashantsingh06 Since you haven't provided a reproduction project, I can't test this. However, perhaps you would consider testing that workaround within your own app and submitting a PR?

Hmm, when I just listen to the audio file by clicking the link, it sounds like there is a sharp click at the end. I wonder if there's any artifact...

I think I have actually seen something like this before but it was on the Simulator rather than a real device. If you go through the iOS implementation code, it...

That makes sense. Unfortunately, this means that it comes down to the mysterious behaviour of Apple's AVQueuePlayer. Fixing it may require black magic, or guidance from Apple (both of which...