Re: [Live-devel] Doubt on multiple media subsessions

2009-05-21 Thread Ross Finlayson
I am trying to decode an incoming stream over RTSP. When I checked the SDP description, I observed that there are 2 media subsessions like H.264 and G.711. To decode the same, I am trying to connect 2 separate sinks for each of the individual sub-sessions. Is my idea of implementation correct?

[Live-devel] Doubt on multiple media subsessions

2009-05-21 Thread Ganesh V
Dear Experts, I am trying to decode an incoming stream over RTSP. When I checked the SDP description, I observed that there are 2 media subsessions like H.264 and G.711. To decode the same, I am trying to connect 2 separate sinks for each of the individual sub-sessions. Is my idea of implement