Improve srt print and check pusher (#4113)

This commit is contained in:
xiongguangjie
2025-01-12 10:01:35 +08:00
committed by GitHub
parent b7b7989fae
commit ac6bb9b332
2 changed files with 31 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ bool SrtTransportImp::parseStreamid(std::string &streamid) {
_media_info.app = app;
_media_info.stream = stream_name;
_media_info.full_url = _media_info.getUrl() + "?" + _media_info.params;
TraceL << " mediainfo=" << _media_info.shortUrl() << " params=" << _media_info.params;