How to relay h.264 stream?

房东的猫 提交于 2019-12-02 06:57:06

Your question is rather vague.

If you are playing via HLS then you could install an HTTP proxy on server2.

Apache even has a proxy module which lets you make a URL on server1 appear as if it was hosted by server2 without having to configure your iPad to use server2 as its proxy.

http://httpd.apache.org/docs/2.2/mod/mod_proxy.html

See the bit about reverse proxy.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!