在Android中播放视频文件

发布于 2024-11-26 14:20:19 字数 305 浏览 0 评论 0原文

我想播放视频文件,就像

http://test.XXXX.com/myfile.wmv

我使用 Video view 一样,但它说 无法播放视频错误

我也尝试使用 WebView但它只显示空白页。

只是我想在设备在线播放该视频链接文件

怎么办呢?

注意:这些链接在 Windows 浏览器上测试正常。

谢谢

I want to play the video file and it's like

http://test.XXXX.com/myfile.wmv

am using Video view for that but it saying unable to play video error

I tried using WebView also but it showing only blank page.

Just i want to play that video link file in device online.

How to do that ?

Note : The links are working i tested on Windows browser.

Thanks

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

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

发布评论

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

评论(1

梦幻的心爱 2024-12-03 14:20:20

您必须将视频转码为 Android 支持的格式,并使结果也可以在您的服务器上使用。

http://developer.android.com/guide/appendix/media-formats.html 提供了受支持表单的官方概述,但您可能会在谷歌上搜索有关 Android 设备转码的说明,以获得更实用的外观。

You will have to transcode the video to an android supported format and make the result available on your server as well.

http://developer.android.com/guide/appendix/media-formats.html provides an official overview of supported forms, but you may have more practical look googling for instructions on transcoding for android devices.

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