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?
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