add srt push string
This commit is contained in:
parent
18f4870cfe
commit
b9f66ca1ec
|
|
@ -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";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue