Android MediaPlayer、VideoView rtsp www认证问题

发布于 2024-11-15 12:17:25 字数 328 浏览 1 评论 0原文

当我从服务器端禁用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

神妖 2024-11-22 12:17:25

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文