> ps. Are you related at all to Yuri Gagarin (the world’s most
> famous “Gagarin” :-)? (Or is “Gagarin” a common name in Russia?)
Hi Ross
No, I'm not related to Yuri Gagarin :)
This family is common enough.
___
live-devel mailing list
live-devel@li
> On Aug 28, 2019, at 8:12 PM, Sergei Gagarin wrote:
>
> Or modify RTSPClient::sendGetParameterCommand (file RTSPClient.cpp)
> to ignore zero length parameter names.
I decided to do this (because the previous behavior - sending “\r\n” as content
- was not really meaningful).
I’ve just instal
Proxy server can use GET_PARAMETER command with empty parameter
name as session liveness command.
In function ProxyRTSPClient::sendLivenessCommand (file
ProxyServerMediaSession.cpp)
we see this code:
rtspClient->sendGetParameterCommand(*sess, ::continueAfterGET_PARAMETER, "",
rtspClient->auth())