AxWindowsMediaPlayer 无法从 url 播放音频/视频?

发布于 2024-08-10 17:05:17 字数 323 浏览 3 评论 0原文

您好,

我正在使用 activeXMediaPlayer 播放 url 中的文件,但每次我向其传递 url 时,它都会显示消息:“文件已损坏或播放器不支持您正在播放的文件格式。”但是,当我在浏览器上运行相同的网址时,文件就会被下载,并且可以在媒体播放器上播放该下载的文件。

我无法找出问题所在。因为相同的 cod 播放本地文件和下载的文件,但不播放来自 url 的文件,

尽管几个月前相同的代码在 url 上工作,

所以这是我的错还是一些与服务器相关的问题可能会影响这个事情。

请帮助我,我遇到了大麻烦。

问候,

马杜普

HI,

I am using activeXMediaPlayer to play files from url but each time I pass a url to it shows the message , "either the file is corrupted or player does not support the file format u are playing." But when i run the same url on browser the file is downloaded and this downloaded file can be played on the media player.

I am not able to find out what the problem is . Because the same cod plays the local file and the downloaded files but not file from url

Although the same code worked few months ago for the urls

So is this my fault or some server related issues can affect this thing.

Please help me I am in big trouble.

Regards,

Madhup

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

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

发布评论

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

评论(1

疯狂的代价 2024-08-17 17:05:17

检查您的网址是否包含空格,媒体播放器无法识别网址何时包含空格。我遇到了同样的问题,我用“_”替换了空格,然后媒体可以播放我的网址。

Check if your url contains space, media player can not uderstand when url contains space. I had a same problem and I replaced space by "_" then media can play my url.

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