Bo Zhou
Results
1
comments of
Bo Zhou
Hi, I figured out two solutions. 1. Just like this (It is only an example): Add a new function like this: **srtp_err_status_t srtp_remove_stream(srtp_t session, uint32_t ssrc) { return remove_stream_inner(session, htonl(ssrc));...