ryanheise

Results 1670 comments of ryanheise

It was probably an unrelated question ;-) I will hide these comments.

I think the platform interface still needs some careful thought to make it future proof, since I have worked on projects before where some customisation was required (via these callbacks)...

The use case was a custom widevine server, so requesting the license needed to be customised. But as mentioned, I'm not looking at implementing this now. I just want to...

My comment above is really just to consider what would be the most convenient way to help app developers manage different configurations that they're likely to use per platform, because...

Can you describe more specifically what I need to click on in the example, in what steps? E.g. Do I need to click the FAB button?

@rupakswadesh your comment seems unrelated to this topic, so I'll mark it as off topic. If you have a question, please click on new issue, then click on ask a...

As mentioned in #278 a purely memory-based solution might be a long way off, but if I look at the use cases, maybe a file-based solution will suffice in the...

Note to self: on iOS this can be done using [AVAssetResourceLoaderDelegate](https://stackoverflow.com/questions/13741950/assigning-avasset-from-nsdata). On Android, this can be done with [ByteArrayDataSource](https://stackoverflow.com/questions/42747416/exoplayer-play-audio-from-byte-array-bytearraydatasource).

@cedvdb the wave form use case is a different matter because it requires access to the decoded samples, whereas the memory-based audio source being discussed would hold encoded data. Your...

That's not the same feature (above I am talking about releasing the player's decoders when not in use). You can ask how to achieve the behaviour you desire on StackOverflow,...