mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Refine sdp for multiple streams
This commit is contained in:
parent
fe66755bab
commit
5ec5f98dcf
2 changed files with 27 additions and 16 deletions
|
@ -192,8 +192,7 @@ public:
|
|||
srs_error_t parse(const std::string& sdp_str);
|
||||
srs_error_t encode(std::ostringstream& os);
|
||||
public:
|
||||
public:
|
||||
const SrsMediaDesc* find_media_desc(const std::string& type) const;
|
||||
std::vector<SrsMediaDesc*> find_media_descs(const std::string& type);
|
||||
public:
|
||||
void set_ice_ufrag(const std::string& ufrag);
|
||||
void set_ice_pwd(const std::string& pwd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue