用于播放媒体的代理服务器(mplayer),它是如何工作的?
我无法访问带有代理服务器的网络环境来访问互联网进行测试。因此,我想问你这个新手问题:
-在机器的网络设置中设置代理服务器设置是否足够,或者我还需要在meplayer中设置代理服务器(我注意到VLC例如有它的设置) )?
我担心的是,如果我还需要在 mplayer 中设置它,我已经看到论坛帖子说 mplayer 中存在(或曾经?)一个错误,如果音频流需要身份验证,则无法使用代理服务器(这我的申请就是这种情况)。
提前致谢 /j
I do not have access to a network environment with a proxy server for reaching internet to test with. Therefor, I would like to ask you this newbie question:
-is it enough to set the proxy server settings in the network settings for the machine, or do I also need set the proxy server in meplayer (I noticed VLC e.g. had settings for it)?
what I am worried about is that if I also need to set it in mplayer, I have seen forum posts that there is (or was?) a bug in mplayer that made it impossible to use a proxy server if the audiostream requires authentication (which is the case in my application).
Thanks in advance
/j
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
独立于平台的媒体播放器(如 VLC、Mplayer、ffmpeg)通常不使用“系统设置”,这些设置基本上是 Internet Explorer 的设置。
您可以在家中轻松测试它,只需安装现成的 WAMP 或 LAMP 软件包并在 Apache 中启用
mod_proxy
即可。 如果您是第一次这样做,请仅在防火墙后面执行此操作,否则您最终可能会为全世界创建一个开放的代理服务器。Platform-independent media players (like VLC, Mplayer, ffmpeg) usually do not use the "system settings", which are basically Internet Explorer's settings.
You can easily test it at home, by installing a ready-made WAMP or LAMP package and enabling
mod_proxy
in Apache. Only do this behind a firewall if you do this for the first time, or else you can end up with creating an open proxy-server for the whole world.