AxWindowsMediaPlayer 无法从 url 播放音频/视频?
您好,
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查您的网址是否包含空格,媒体播放器无法识别网址何时包含空格。我遇到了同样的问题,我用“_”替换了空格,然后媒体可以播放我的网址。
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.