通过 PHP/批处理文件控制 Windows Media Player

发布于 2024-08-29 14:38:45 字数 460 浏览 8 评论 0原文

我目前正在为我的 HTPC(实际上,一台既充当媒体播放器又充当网络/文件服务器的 PC)编写一个小型 Web 应用程序,它允许我远程控制音频的播放,而无需打开电视来切换歌曲。

我使用 Windows Media Player 作为我选择的音频播放器,并且我认为我可以通过 PHP 的 COM 类。不幸的是,我还没有找到任何有关通过此界面控制 WMP 的文档或示例。

有人能在这里指出正确的方向吗?第二种(也是不太优选的)解决方案是使用 PHP 的 exec()< /a> 调用启动批处理文件,从而控制 WMP。

I'm currently writing a tiny webapp for my HTPC (actually, a PC serving as both a media player and web- / fileserver) that will allow me to remotely control the playing of audio, without having to turn on my TV just to switch songs.

I'm using Windows Media Player as my audio player of choice, and I thought I could control it through PHP's COM Class. Unfortunately, I've not been able to find any documentation or examples on controlling WMP through this interface.

Can anyone point me in the right direction here? A second (and much less preferable) solution would be to use PHP's exec() call to start batch files that, in turn, control WMP.

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

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

发布评论

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

评论(2

像极了他 2024-09-05 14:38:45

从 DOS 或命令行运行 WMP。
看看这个:
控制 Windows Media具有命令行参数的播放器行为

您可以使用一些命令行代码来控制 WMP。您需要查看 WMP 文档以获取更多信息

to run WMP from DOS or command line.
check this out:
Control Windows Media Player Behaviour with Command Line Parameters

there are some command line codes you can use to control WMP. you need to see WMP documentation for more info

じ违心 2024-09-05 14:38:45

不确定 wmp 是最好的程序。尝试 vlc(您可能需要四处看看)

Not sure that wmp is the best program for that. Try vlc(You might have to look around a bit)

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