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

2018-12-13 Thread GENESTIER Denis
Hi Ross, Many thanks for your support and your quick development!!! I will integrate your work and test it in the next few days. PS : sorry for my last erroneously “reply all” on the mailing list. Regards Denis. ___ live-devel mailing list live-devel@l

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

2018-12-13 Thread GENESTIER Denis
Akim, Bonne nouvelle ça a l’air d’être fait !! Denis. [Thales] Denis GENESTIER INGENIEUR COMPOSANTS LOGICIEL Tel.: +33 (0) 1 73 32 19 51 Fax: +33 (0)1 73 32 16 95 THALES COMMUNICATIONS & SECURITY S.A.S 20-22 rue Grange Dame Rose 78141 VELIZY Cedex www.thalesgroup.com

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