mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
Remove test code
This commit is contained in:
parent
31db28b70d
commit
a6f88805f3
1 changed files with 0 additions and 1 deletions
|
@ -1687,7 +1687,6 @@ srs_error_t SrsSourceManager::fetch_or_create(SrsRequest* r, ISrsSourceHandler*
|
|||
if ((err = source->initialize(r, h)) != srs_success) {
|
||||
return srs_error_wrap(err, "init source %s", r->get_stream_url().c_str());
|
||||
}
|
||||
srs_usleep(10 * SRS_UTIME_SECONDS);
|
||||
|
||||
pool[stream_url] = source;
|
||||
|
||||
|
|
Loading…
Reference in a new issue