mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-01 07:12:27 +08:00
添加rtc类型的推流
This commit is contained in:
@@ -45,7 +45,8 @@ enum class MediaOriginType : uint8_t {
|
||||
pull,
|
||||
ffmpeg_pull,
|
||||
mp4_vod,
|
||||
device_chn
|
||||
device_chn,
|
||||
rtc_push,
|
||||
};
|
||||
|
||||
string getOriginTypeString(MediaOriginType type);
|
||||
|
||||
Reference in New Issue
Block a user