Grouping/linking RTPSession objects
Kevin Dixon <[email protected]> Mon, 30 Mar 2009 13:36:35 -0700
| Newsgroups | gmane.comp.gnu.ccrtp.devel |
|---|---|
| Message-ID | <[email protected]> |
As I have understood RFC3550 you must put related streams on different SSRCs, for example, one sender might have video at UDP port 5000/1 and audio at 5002/3 with different SSRCs. Then, these different streams are synchronized by correlating their timestamps to a NTP stamp in a sender report. How does ccRTP implement this behavior? Thanks, -Kevin