I am trying to stream out an audio and a video stream in a single
SDP sessions and would like add these as two separate media
sub-sessions. Based on my understanding, I plan to try the following:
sms = ServerMediaSession::createNew()
sms->addSubsession(AudioMediaSubsession::createNew(...))
Dear Experts,
I am trying to stream out an audio and a video stream in a single SDP sessions
and would like add these as two separate media sub-sessions. Based on my
understanding, I plan to try the following:
sms = ServerMediaSession::createNew()
sms->addSubsession(AudioMediaSubsession::c