mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
support change work_dir for oryx.
This commit is contained in:
parent
9bd2ff16e2
commit
2a01540433
5 changed files with 31 additions and 1 deletions
|
@ -374,6 +374,11 @@ public:
|
|||
* whether use utc-time to format the time.
|
||||
*/
|
||||
virtual bool get_utc_time();
|
||||
/**
|
||||
* get the configed work dir.
|
||||
* ignore if empty string.
|
||||
*/
|
||||
virtual std::string get_work_dir();
|
||||
// stream_caster section
|
||||
public:
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue