On 31/01/2020 20:38, Ross Finlayson wrote:
On Jan 31, 2020, at 9:30 AM, Jonathan Brady 
<jonathan.brady+live...@denbridgemarine.com> wrote:

Ross,

Just a quick note to let you know that compilation with MSVC is broken due to 
the changes for TLS:

In particular on line 1942 of liveMedia/RTSPClient.cpp the cast to const 
u_int8_t * of data.
In FreeBSD (and probably Linux), the second parameter to “send()” is defined as
        const void *
How is it defined in the version of MSVC that you are using?

It is defined as:

int send(SOCKET,const char *,int,int)

Regards,

Jonathan

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to