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.
我正在寻找一个 java 库,用于将从数据包接收到的音频数据转换为多播 rtp 套接字。诸如 JMF 之类的解决方案不起作用,因为源数据尚不存在,因为数据正在流入。
如果您已经拥有字节数组,那么您只需要DatagramPacket包装它,并使用DatagramSocket它进行多播。不需要图书馆。
DatagramPacket
DatagramSocket