tcking / GiraffePlayer2

out of the box android video player(support lazy load, ListView/RecyclerView and hight performance)
Apache License 2.0
377 stars 110 forks source link

Cookie - http / https #78

Open nemdaz opened 6 years ago

nemdaz commented 6 years ago

How to implemet cookies for http/https video path (url) ?

tcking commented 6 years ago

videoInfo.addOption(Option.create(IjkMediaPlayer.OPT_CATEGORY_FORMAT, "headers", "Cookie: key=value\n"))

raj-appdesign commented 4 years ago

How to add multiple cookies