The forwarding-server is expected to receive the caller's RTP stream, the callee's RTP stream, and the mixed RTP stream simultaneously.
tcp-send-to = 127.0.0.1:9000
tcp-mixed = true
...
Currently, the forwarding-server can only receive the caller's and callee's RTP streams, but not the mixed RTP stream. Could you please advise on which configurations need to be modified to achieve the expected result?
If you see the individual streams delivered, then either the option isn't active or your version doesn't support it.
But as mentioned, if you expect to receive both types at the same time, then currently you're out of luck.
Cheers