mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-23 01:12:20 +08:00
add srt push string
This commit is contained in:
@@ -38,6 +38,7 @@ string getOriginTypeString(MediaOriginType type){
|
|||||||
SWITCH_CASE(mp4_vod);
|
SWITCH_CASE(mp4_vod);
|
||||||
SWITCH_CASE(device_chn);
|
SWITCH_CASE(device_chn);
|
||||||
SWITCH_CASE(rtc_push);
|
SWITCH_CASE(rtc_push);
|
||||||
|
SWITCH_CASE(srt_push);
|
||||||
default : return "unknown";
|
default : return "unknown";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user