Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
你能帮我想想用 ipv6 生成 RTP 流吗?
我试过 vlan ,没有成功/
即使我不介意,得到这个流的原始转储,我只需要测试......
谢谢,任何帮助将不胜感激。
您的帖子没有多大意义,但无论如何我都会尝试给您一个有用的指针。
VLC 媒体播放器完全支持 IPv6 RTP,做一个 IPv6 组播流的例子如下:
$ vlc some_file.mp3 --sout '#rtp{mux=ts,dst=ff02::1%eth0,port=1234}'
希望有帮助。:-)