After more than 20 days of sleep in a month (I really didn't take a nap), I finally completed the RTP/RTSP forwarding server (or proxy server )!!
New servermediasubsession, Demux, source, and sink classes are added based on the live555 architecture. (many classes use existing live555 classes as much as possible ). both VOD and real-time streams can be forwarded.
When Forwarding Real-time streams, we make full use of the existing data stream structure, so that the system's resource usage load is extremely low. When forwarding packets, we do not have to deal with the packet. If we don't understand the packet, we don't need to reorganize the packet and send the packet upon receipt, CPU and memory usage to the extreme!
Stable and reliable !, Is the best choice for creating streaming media + proxy servers on PCs, servers, and embedded devices!