peererror
                                            peererror
                                        
                                    I am facing the same issue
@zuoqing1988 can you help on mask face recognition .... :) any model that is best for this use case
@antobinary I sent you reply back please check
@Tainan404 please check made changes according to comments
@poojas2288 Is there any automated way to do above procedure for firefox
@inlife Thank you for the response I can see ENetPeer has the information. One more thing I am having an issue of peers stop receiving data after some time although...
I am calling enet_host_service like this `while (!dissconnect) { { Sleep(1); int res = enet_host_service(clientEnet, &eventEnet, 0); } switch (eventEnet.type) { case ENET_EVENT_TYPE_RECEIVE: handle_receive((size_t)eventEnet.packet->dataLength , (unsigned char*)eventEnet.packet->data); enet_packet_destroy(eventEnet.packet); break; case...
@inlife @bjorn I have tried both of your suggestions and now I am getting disconnected from server on peer after 2 mins . Do anyone know why is that ?...
@egamesir did you resolve the issue .How did you do that ? cheers
I am doing this from websocktet server that can stream vp8 or h264 using ffmpeg c++ code.Currently this code is working for h264 codec using Broadway/h264 decoder now I also...