封装rtp server创建和关闭

This commit is contained in:
baiyfcu
2022-06-22 10:31:53 +08:00
parent 9030547583
commit fde6b436cc
3 changed files with 41 additions and 22 deletions

View File

@@ -10,6 +10,7 @@
#include <signal.h>
#include <string.h>
#include <stdio.h>
#ifdef _WIN32
#include "windows.h"
#else