Android MediaPlayer 网络位置

发布于 2024-11-01 01:45:02 字数 216 浏览 1 评论 0原文

我试图将自定义媒体播放器应用程序定向到我的网络服务器,但是当我启动该应用程序时,它会退出。我唯一能想到的是这行代码:

私有静态最终字符串 MEDIA_PATH = new String("192.168.0.100/audio/");

这非常适合内部地址 (/sdcard/),但不适用于网址。有什么想法吗?

我也是一个极端的新手。 :P

i'm attempting to direct a custom media player app to my web server, but when I start the app it forse quits. the only thing I can think of is this line of code:


private static final String MEDIA_PATH = new String("192.168.0.100/audio/");

This works perfect for an internal address (/sdcard/), but not for a web address. any thoughts?

I'm an extreme novice as well. :P

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

慈悲佛祖 2024-11-08 01:45:02

尝试 "http://192.168.0.100/audio/",即使用 http:// 前缀。

Try "http://192.168.0.100/audio/", i.e., with the http:// prefix.

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