What's the correct way for my derived class to write a response?
Currently the only solution I can see is to also derive from
RTSPClientConnection and add a new function that forwards to
setRTSPResponse (it's not virtual, so I can't just override it).
However it seems like setRTSPResponse() sho
I receive a mjpeg stream from a Cisco server. In the SDP I see this line:
a=fmtp:26 width=704;height=480;4CIF=1
When looking at fVideoWidth & fVideoHeight in MediaSubsession they are
always 0 and it looks like they're only populated if "a=x-dimensions:%d,%d"
is found in the SDP.
I