任何 ipv6 想法,如何使用 ipv6 获取 RTP 流。 vlan显然不支持

发布于 2024-09-16 21:56:02 字数 123 浏览 10 评论 0原文

您能帮我提供有关使用 ipv6 生成 RTP 流的任何想法吗?

我已经尝试过 vlan ,但没有成功/

即使我不介意,获取该流的原始转储,我只需要测试...

谢谢,任何帮助将不胜感激。

Can you please help me with any ideas on generating the RTP streams with the ipv6 ?

I have tried with vlan , no success/

even i donot mind, getting raw dump of this stream, i just need to test ...

thankyou, Any help will be very much appreciated.

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

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

发布评论

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

评论(1

雨落星ぅ辰 2024-09-23 21:56:02

您的帖子没有多大意义,但无论如何我都会尽力为您提供有用的指导。

VLC媒体播放器完全支持IPv6 RTP,并且执行IPv6多播流的示例如下:

$ vlc some_file.mp3 --sout '#rtp{mux=ts,dst=ff02::1%eth0,port=1234}'

希望有所帮助。 :-)

Your post doesn't make much sense, but I'll try to give you a helpful pointer regardless.

The VLC Media Player fully supports IPv6 RTP, and an example of doing an IPv6 multicast stream is as follows:

$ vlc some_file.mp3 --sout '#rtp{mux=ts,dst=ff02::1%eth0,port=1234}'

Hope that helps. :-)

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