mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-05 02:20:53 +08:00
支持溯源方式的集群模式
This commit is contained in:
@@ -236,4 +236,7 @@ void installWebApi();
|
||||
void unInstallWebApi();
|
||||
Value makeMediaSourceJson(MediaSource &media);
|
||||
void getStatisticJson(const function<void(Value &val)> &cb);
|
||||
void addStreamProxy(const string &vhost, const string &app, const string &stream, const string &url, int retry_count,
|
||||
bool enable_hls, bool enable_mp4, int rtp_type, float timeout_sec,
|
||||
const function<void(const SockException &ex, const string &key)> &cb);
|
||||
#endif //ZLMEDIAKIT_WEBAPI_H
|
||||
|
||||
Reference in New Issue
Block a user