如何在 vlc 上接收 mpegts 多播流

发布于 2025-01-10 17:29:45 字数 124 浏览 0 评论 0原文

我开发了一个 mpegs-ts 流媒体服务器,它将多播流发送到多播 IP 地址 224.2.3.51:3200。我正在 Linux 服务器上运行我的流媒体服务器。如何在本地 Windows 机器上运行的 vlc 上接收和播放此多播流?

I have developed a mpegs-ts streaming server which sends multicast stream to multicast ip address 224.2.3.51:3200. I am running my streaming server in a linux server. How can I receive and play this multicast stream on vlc running in local windows machine?

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

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

发布评论

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

评论(1

遗失的美好 2025-01-17 17:29:45

要在 vlc 中接收 mpeg2-ts 流

  • 在 vlc 中,在网络流设置中,我们必须以 udp://@ipaddress:portnumber 的形式提供输入。在本例中 udp://@224.2.3.51:3200
  • 我们需要确保流媒体服务器和 vlc 媒体播放器属于同一子网。

To receive a mpeg2-ts stream in vlc

  • In vlc, in network stream settings, we have to give input as udp://@ipaddress:portnumber. In this case udp://@224.2.3.51:3200
  • We need to make sure that both the streaming server and vlc media player are part of same subnetwork.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文