新增hls追加录制,新增转推

This commit is contained in:
monktan
2020-09-17 20:59:33 +08:00
parent 00a7414f67
commit 01ec9d4b13
17 changed files with 561 additions and 61 deletions

View File

@@ -34,4 +34,10 @@ void unInstallWebApi();
//配置文件路径
extern string g_ini_file;
class ProxyPusherInfo {
public:
string key; //流id的key
string proxy_pusher_url;//转推地址
};
#endif //ZLMEDIAKIT_WEBAPI_H