ryanheise
ryanheise
As I don't have a Samsung device, I will rely on input from the community to find a workaround. However it is also worth keeping in mind that Android introduced...
I don't remember now but reading my previous comment as a refresher, it looks like the API needed some refinement so that typed data was sent across the platform interface...
@tinusneethling yes It would be nice to look at this again. My view on using a map structure vs typed classes and subclasses for each DRM type is that a...
I'm very sorry, this issue got lost in a stack of browser tabs, sorry about that! Regarding the decision about passing an untyped map vs defining typed interfaces, I've decided...
Also note that people who use a Widevine product will very likely want to be doing things such as online and offline (cached) licenses. And depending on the vendor, there...
Update: I have just closed this issue since no valid issue was ever reported. Also note that this GitHub issues page is used for reporting issues, while StackOverflow is used...
That is why I referred readers to https://github.com/ryanheise/audio_service/pull/900#issuecomment-1031272743 which explains how to correctly "compile out" this code when it is not needed on iOS. The main reason that this PR...
`AudioServiceConfig` is an audio_service API, and just_audio doesn't have a similar all-purpose config object, although it does have various other config objects corresponding to specific APIs. I would be leaning...
I am currently working on this, and would like some feedback on the proposed API below. (Edit: I've added a corresponding option for iOS precise seeking) ```dart class ProgressiveAudioSourceOptions {...
FYI, I have made a draft implementation on `feature/extractor_options` available for testing. Note that since this change involves the platform interface, you will need to uncomment/comment some lines in the...