AndroidVideoPlayer
AndroidVideoPlayer copied to clipboard
Create key-value map for the HTTP headers
Can you update the header when playing hls video? like this: Map <String, String> header = new HashMap <> (); header.put ("cookie", "abcd1234"); andExoPlayerView.addHeader(header);
tks you very much <3