solved most of click issues

This commit is contained in:
philippe44
2019-08-24 00:55:38 -07:00
parent 655af81a97
commit 35ccb92a60
3 changed files with 18 additions and 12 deletions

View File

@@ -551,7 +551,7 @@ static void *rtp_thread_func(void *arg) {
while (ctx->running) {
ssize_t plen;
char type;
char type;
socklen_t rtp_client_len = sizeof(struct sockaddr_storage);
int idx = 0;
char *pktp = packet;