通过 PHP/批处理文件控制 Windows Media Player
我目前正在为我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
从 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
不确定 wmp 是最好的程序。尝试 vlc(您可能需要四处看看)
Not sure that wmp is the best program for that. Try vlc(You might have to look around a bit)