c++ pass default shared_ptr reference as nullptr
First of all, shared_ptr can be a nullptr. Nothing wrong passing a null shared pointer. In fact, a null shared pointer is an actual Null Object, which means that it’s…
software consultant, deep learning, machine learning, docker, voip, asterisk, kamailio, linux, network
First of all, shared_ptr can be a nullptr. Nothing wrong passing a null shared pointer. In fact, a null shared pointer is an actual Null Object, which means that it’s…
SRTP RFCs and h.235 is Not an easy read. Here is my very high level beriefing: AES Encryption (1) AES is the foundation for both srtp and h.235.6 secured rtp…