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

SRT: Undo extract of fetch_or_create_source and change mode_ to local.

This commit is contained in:
winlin 2022-06-08 20:03:39 +08:00
parent 6009395c10
commit 9a0db5a14f
2 changed files with 15 additions and 28 deletions

View file

@ -93,7 +93,6 @@ public:
protected:
virtual srs_error_t do_cycle();
private:
srs_error_t fetch_or_create_source();
srs_error_t publishing();
srs_error_t playing();
srs_error_t acquire_publish();
@ -120,7 +119,6 @@ private:
SrsCoroutine* trd_;
SrsRequest* req_;
SrtMode mode_;
SrsSrtSource* srt_source_;
};