虚假视频流
我正在构建一个 iOS 应用程序,它显示来自有点复杂的后端的视频流。现在,在开发过程中,我希望能够拥有某种可以使用的测试视频流。理想情况下,这也可以在没有互联网连接的情况下工作。
视频流可以显示例如当前时间或只是一个简单的动画。在 Mac 上执行此操作而无需安装整套工具的好方法是什么?
I am building an iOS App which displays video streams from a somewhat complex backend. Now while developing I want to be able to have some sort of test video stream, which I can use. Ideally this would also work without internet connection.
The video stream could show for example the current time or just a simple animation. What would be a good way of doing this on a Mac without having to install a whole suite of tools.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Mac 上,您可以设置网络服务器或流媒体服务器,为您提供持续的视频流以进行测试。您不需要访问互联网。当然,您需要确保 OSX 防火墙已禁用或允许对端口(最有可能是 80)的请求。
我可以看到两种简单的方法:
On you Mac you can setup a webserver or streaming server to provide you with a constant video stream for testing purposes. You won't need Internet access. You will, of course, need to ensure that the OSX firewall is either disabled or allows requests to the ports (80, most likely).
Two simple approaches I can see: