Home | History | Annotate | Download | only in transport

Lines Matching refs:rtp

84   LOG_IF(WARNING, config.rtp.config.aes_key.empty() ||
85 config.rtp.config.aes_iv_mask.empty())
87 if (!audio_encryptor_.Initialize(config.rtp.config.aes_key,
88 config.rtp.config.aes_iv_mask)) {
94 pacer_.RegisterAudioSsrc(config.rtp.config.ssrc);
104 LOG_IF(WARNING, config.rtp.config.aes_key.empty() ||
105 config.rtp.config.aes_iv_mask.empty())
107 if (!video_encryptor_.Initialize(config.rtp.config.aes_key,
108 config.rtp.config.aes_iv_mask)) {
114 pacer_.RegisterVideoSsrc(config.rtp.config.ssrc);