AndroidVideoPlayer icon indicating copy to clipboard operation
AndroidVideoPlayer copied to clipboard

Create key-value map for the HTTP headers

Open hieulbp opened this issue 5 years ago • 0 comments

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

hieulbp avatar May 07 '20 16:05 hieulbp