Re: [Live-devel] Query on multiple media subssesions

2009-06-25 Thread Ross Finlayson
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(...))

[Live-devel] Query on multiple media subssesions

2009-06-25 Thread Ganesh V
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