Android VideoView works when I disable rtsp authentication from the server side. But when authentication is enabled, VideoView cannot play live. Also tried
rtsp://username:password@host:port/file.sdp => does not work.
But rtsp://host:port/file.sdp =>Works when authentication is disabled.
I have been working on this issue for the last 2 weeks, but have not found much help on this. Or, if any open source rtsp player for android that supports authentication will do. Or any other workaround that I can use to achieve this.
Guys, please help.
source
share