1
0
Fork 0
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:
winlin 2020-01-29 14:42:18 +08:00
parent 31db28b70d
commit a6f88805f3

View file

@ -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;