<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt;color:#000000;">Dear Experts,<br><br>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:<br><br>sms = ServerMediaSession::createNew(....)<br><br>sms-&gt;addSubsession(AudioMediaSubsession::createNew(...));<br><br>sms-&gt;addSubsession(H264MediaSubsession::createNew(...));<br><br>rtspServer-&gt;addServerMediaSession(sms);<br><br>Is my approach correct or do I have to perform any other separate initializations? <br><br>Thanks,<br>Ganesh<br>
<br><br><br></div><br>

      </body></html>