Hi all,
Just wanted to confirm whether both DefaultDataSessionID and DefaultH224SessionID are to use the same value '3' as indicated in mediafmt.h as well as in rtp.h or is this a typo?
enum { NonRTPSessionID = 0, FirstSessionID = 1, DefaultAudioSessionID = 1, DefaultVideoSessionID = 2, DefaultDataSessionID = 3, DefaultH224SessionID = 3, DefaultExtVideoSessionID = 4, DefaultFileSessionID = 5, LastSessionID = 5 };