FFSERVER 流式传输到任何网络
当我的 ffserver 配置在子网计算机上时,是否有某种方法可以使用 ffserver 将媒体文件从本地网络流式传输到任何网络。
现在我让它工作只有 LAN 上的机器(连接到我的网络)可以使用 http://localhost 查看文件:8090/stream.mjpg ,但我希望外部或任何网络的人也能够访问它,如果他们提供我的机器地址。任何人都可以给我提供一些关于这方面的想法吗?
谢谢!
Is there some way to stream a media file using ffserver to any network from a local network as my ffserver is configured on subnet machine.
Right now I have it working only machines on the LAN (connected to my network) can view the file using http://localhost:8090/stream.mjpg , but I want people from the outside or any network also to be able to access it if they provide my machine address. Can anybody provide me some ideas on this.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将流推送到具有公共 IP 地址的正确的基于 Internet 的服务器。 (或者使用一些网络魔法将您的本地计算机暴露为互联网主机。)
You'll need to push the stream to a proper Internet-based server with a public IP address. (Or expose your local machine as an Internet host, with some networking magic.)