ousng
ousng
Thank you for your answer. I have one more question Does the implementation plan also have the ability to import DRM license keys stored on local storage from betterplayer?
It's not so difficult to do Android native work, but it's an object-c is a big obstaclePlease consider the transition to swift...
The reason for the null error is that the request with the header clears the line with audio.m3u8 as a regular expression. ```final m3u8 = await originResponse.transform(utf8.decoder).join(); for (var line...
Null error completely disappeared Thank you :) However, [this error ](https://github.com/ryanheise/just_audio/issues/858#issuecomment-1296925959)is still not resolved. If you set up a proxy in Ubuntu and connect the vpn, it will be received...
I solved [this error](https://github.com/ryanheise/just_audio/issues/858#issuecomment-1296925959). I erased the part that set the header every time I made a request. ``` // this line request.response.headers.clear(); originResponse.headers.forEach((name, value) { final filteredValue = value...
What's certain is that the header didn't go in as I intended. I'll write a report that can reproduce the this problem.