목록digest auth (1)
집요정 도비의 일기
Apply Digest Auth to Exoplayer
I was doing a project that consisted of getting streams from AXIS web cams. I had two functions to implement ; First, play the live stream, Second, play a portion of the live stream's history. The AXIS web cam uses digest auth for authenticating it's stream. The first step was easily done by putting the stream link inside a webview. http://${userName}:${password}@${ip:port}/axis-cgi/mjpg/video.c..
개발 일기
2021. 1. 29. 16:50