1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Refine error log for rtmp2rtc. (#2728). v4.0.215

This commit is contained in:
winlin 2021-12-31 11:42:49 +08:00
parent add4ff38ec
commit 8bc2759c7e
4 changed files with 11 additions and 2 deletions

View file

@ -448,7 +448,7 @@ public:
// @param h the event handler for source.
// @param pps the matched source, if success never be NULL.
virtual srs_error_t fetch_or_create(SrsRequest* r, ISrsLiveSourceHandler* h, SrsLiveSource** pps);
private:
public:
// Get the exists source, NULL when not exists.
// update the request and return the exists source.
virtual SrsLiveSource* fetch(SrsRequest* r);