How to relay h.264 stream?

荒凉一梦 提交于 2019-12-02 07:09:32

问题


I have 2 servers, server2 can receive h.264 stream from server1. I need my iPad can play the h.264 stream, and my ipad and server2 are in the same local area network, but can not connect to server1, so I need server2 relay the h.264 stream to my ipad, who has one good solution ? thanks!


回答1:


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.



来源:https://stackoverflow.com/questions/9432043/how-to-relay-h-264-stream

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