mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parse ffmpeg params
This commit is contained in:
parent
ce15f4bce3
commit
80a81b1661
12 changed files with 704 additions and 18 deletions
|
@ -91,4 +91,8 @@ extern void srs_update_system_time_ms();
|
|||
// signal defines.
|
||||
#define SIGNAL_RELOAD SIGHUP
|
||||
|
||||
#include <string>
|
||||
// replace utility
|
||||
extern std::string srs_replace(std::string str, std::string old_str, std::string new_str);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue