AudioPlayerManager
AudioPlayerManager copied to clipboard
Add headers
Hi,
thanks for the great job
is there any way that I can add headers to the url(s) so I can satisfy some security protocols of the server ?
Hi, there is currently no way as the complete playing / streaming logic is done with AVPlayer.
As far as I know the fetching has do be done manually if custom headers are needed. Either with a complete download before playing the file locally or by implementing the requests with the AVAssetResourceLoaderDelegate
.
I also would like a solution to adding headers to the URL