多流应用程序使用哪种协议?实时MP?

发布于 2025-01-09 05:46:18 字数 274 浏览 0 评论 0原文

我正在尝试将多个 iPad 屏幕流式传输到本地网络上的单个 python 客户端(计算机),但我不知道要使用哪个协议。 我可以使用 1 个 Ipad 使用 MonaServer 来完成此操作,MonaServer 是一个在 RTMP 上进行流式传输的应用程序,还有一个用于读取视频的 Python 脚本。 但我正在处理使用多个 Ipad 的问题,因为我看到 RTMP 在 Windows 上使用单个端口:1935,并且我不确定是否可以使用 RTMP 进行多流传输。 我不是网络专业人士,所以如果您有任何建议,我很乐意

I'm trying to stream several iPad screen to a single python client (computer) on a local network but I don't know which protocol to use.
I can do it with 1 Ipad using MonaServer, an app that stream on RTMP and a little Python script to read the video.
But I am dealing with problems to use several Ipads because as I saw RTMP uses a single port on Windows, :1935 and I am not sure it's possible to multi-stream with RTMP.
I am not a pro with networking, so if you have any suggestions I'm open

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

厌倦 2025-01-16 05:46:18

您需要的是关注 wiki 和开源项目的使用,以获得有关多个客户端直播的一些直觉。

例如,您可以使用 OBS 将一些流发布到媒体服务器,例如 SRS,通过RTMP/HTTP-FLV/HLS/WebRTC等不同协议播放。

您可以发布多个流,它们并不相互排斥。并且由不同的玩家玩,取决于您选择的协议,请阅读这篇文章

尝试一下。

What you need is to following the wiki and usage of open source projects, to get some instincts about multiple clients live streaming.

For example, you could use OBS to publish some streams to a media server, like SRS, play it by different protocols like RTMP/HTTP-FLV/HLS/WebRTC.

You could publish multiple streams, they are not mutually exclusive. And play by different players, depends on the protocol you chose, please read this post.

Try it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文