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:
parent
6009395c10
commit
9a0db5a14f
2 changed files with 15 additions and 28 deletions
|
|
@ -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_;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue