tinusneethling
tinusneethling
This is exactly the way implemented. A map is created for DRM similar to the header map in the UriAudioSource class. I have created a DRMHelper class that generate the...
Hi, I have created the below pull request. https://github.com/ryanheise/just_audio/pull/472
I have mistakenly worked from the master branch. I have incorporated all of your comments and created a new pull request to dev branch. DRM Support #477
@rupakswadesh, i have tested and can't replicate. Can you please confirm if you are running from the pull request?
I have again looked at the better_player implementation where the callbacks are not implemented. If you perhaps can provide me with the use case I can look at implementing? I...
I initially implemented on the basis of creating a DrmConfiguration and then creating superclass for each implementation. The superclass should not be platform specific but rater the actual DRM. Examples...
Good Morning, Yes I would like to implement it as I had to create a branch which I need to merge constantly. There are no copyright issues with this and...
Hi, I think a combination of the two would be best. Will use classes on the dart side with a generic DRM map to be sent through on the platform...