mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for merge
This commit is contained in:
parent
6e9f375606
commit
25caf5db36
2 changed files with 3 additions and 3 deletions
|
@ -169,7 +169,7 @@ public:
|
|||
* @return the matched source, never be NULL.
|
||||
* @remark stream_url should without port and schema.
|
||||
*/
|
||||
static SrsSource* find(std::string stream_url);
|
||||
static SrsSource* find(const std::string& stream_url);
|
||||
private:
|
||||
std::string stream_url;
|
||||
// to delivery stream to clients.
|
||||
|
@ -221,4 +221,4 @@ public:
|
|||
virtual void set_cache(bool enabled);
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue