mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Extract RTC api file
This commit is contained in:
parent
d603b1580e
commit
acc53ded89
8 changed files with 13 additions and 812 deletions
|
@ -69,7 +69,7 @@ static void skip_first_spaces(std::string& str)
|
|||
}
|
||||
}
|
||||
|
||||
srs_error_t parse_h264_fmtp(const std::string& fmtp, H264SpecificParam& h264_param)
|
||||
srs_error_t srs_parse_h264_fmtp(const std::string& fmtp, H264SpecificParam& h264_param)
|
||||
{
|
||||
srs_error_t err = srs_success;
|
||||
std::vector<std::string> vec = split_str(fmtp, ";");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue