| Hi
I am implementing RTSP server in my application. I want to support non - aggregation in my server. There is
non-aggregation example in sec 14.1 of RFC 2326. I want to implement the same. (eg. for 2 media. there should be 2 SETUP, 2 PLAY and 2 TEARDOWN with different session IDs)
1) I want to know what are the changes to be made in sdp. 2) How can I have different session IDs for different media.
alam |