[Live-devel] Query on multiple media subssesions
Ganesh V
ganesh_vijayan at yahoo.com
Thu Jun 25 02:49:54 PDT 2009
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::createNew(...));
sms->addSubsession(H264MediaSubsession::createNew(...));
rtspServer->addServerMediaSession(sms);
Is my approach correct or do I have to perform any other separate initializations?
Thanks,
Ganesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20090625/b5ef3a8d/attachment.html>
More information about the live-devel
mailing list