Re: [Live-devel] Add a "reason for leaving" in RTCP Bye packet

2018-12-10 Thread Ross Finlayson
> 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.

Re: [Live-devel] Add a "reason for leaving" in RTCP Bye packet

2018-12-10 Thread Ross Finlayson
> 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

[Live-devel] Add a "reason for leaving" in RTCP Bye packet

2018-12-10 Thread GENESTIER Denis
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