Android MediaPlayer, VideoView rtsp www authentication issue

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.

+3
source share
1 answer

Android MediaPlayer .

RTSP . Android, .

+3

All Articles