mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add utc time format.
This commit is contained in:
parent
56cd373015
commit
e458305f81
8 changed files with 73 additions and 20 deletions
|
@ -68,6 +68,8 @@ extern int srs_create_dir_recursively(std::string dir);
|
|||
|
||||
// whether path exists.
|
||||
extern bool srs_path_exists(std::string path);
|
||||
// get the dirname of path
|
||||
extern std::string srs_path_dirname(std::string path);
|
||||
|
||||
/**
|
||||
* whether stream starts with the avc NALU in "AnnexB"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue