mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-12 19:24:22 +08:00
整理MediaSource协议类型
This commit is contained in:
@@ -54,7 +54,7 @@ bool SrtTransportImp::parseStreamid(std::string &streamid) {
|
||||
if (!toolkit::start_with(streamid, "#!::")) {
|
||||
return false;
|
||||
}
|
||||
_media_info.schema = SRT_SCHEMA;
|
||||
_media_info.schema = "srt";
|
||||
|
||||
std::string real_streamid = streamid.substr(4);
|
||||
std::string vhost, app, stream_name;
|
||||
|
||||
Reference in New Issue
Block a user