Android MediaPlayer、VideoView rtsp www认证问题
当我从服务器端禁用 rtsp 身份验证时,Android VideoView 可以工作。但是,当启用身份验证时,VideoView 无法播放实时流。 还尝试了
rtsp://username:password@host:port/file.sdp =>
不起作用。
但是 rtsp://host:port/file.sdp => 在禁用身份验证时有效。
过去两周我一直在研究这个问题,但没有找到太多帮助。 或者如果任何支持身份验证的 Android 开源 rtsp 播放器都可以。 或者我可以用来实现此目的的任何其他解决方法。
各位请帮忙。
Android VideoView works when I disable rtsp authentication from server side. But when authentication is enabled the VideoView fails to play the live stream.
Also tried
rtsp://username:password@host:port/file.sdp =>
doesn't work.
But rtsp://host:port/file.sdp =>
Works when authentication is disable.
I have been working on this issue from past 2 weeks but did not find much help on this.
Or else if any open source rtsp player for android that support authentication will do.
Or any other workaround I can use to achieve this.
Guys please please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Android MediaPlayer 类支持 几种媒体格式。
但对于RTSP协议,不支持认证。
您可以在 Android 项目和其他项目上找到未解决的问题关于该问题的有趣的帖子。
The Android MediaPlayer class support several media formats.
But regarding the RTSP protocol, the authentification is not supported.
You can find an open issue on the android project and an other interesting post about the problem.