> I think we’d have to change “setByeHandler()” to take, instead, a
> “ByeHandlerFunc*” as parameter, where we define “ByeHandlerFunc” to be
> something like:
> typedef void ByeHandlerFunc(void* clientData, char const* byeReason =
> NULL);
> Note that “byeReason” is an optional parameter.
> For our project we would have the requirements to make a distinction between
> different use cases of RTSP server closures from the client’s side: session
> shutdown for load balancing, priority management on stream access, …
> For that I was thinking about using the “reason for leaving” of the
Hi Ross,
I hope everything is fine for you.
For our project we would have the requirements to make a distinction between
different use cases of RTSP server closures from the client's side: session
shutdown for load balancing, priority management on stream access, ...
For that I was thinking abou