mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SRT: support rtmp to srt
This commit is contained in:
parent
7da792f19d
commit
e13d16439e
14 changed files with 453 additions and 161 deletions
|
@ -662,6 +662,11 @@ public:
|
|||
virtual std::string get_default_app_name();
|
||||
// Get the mix_correct
|
||||
virtual bool get_srt_mix_correct();
|
||||
public:
|
||||
SrsConfDirective* get_srt(std::string vhost);
|
||||
bool get_srt_enabled(std::string vhost);
|
||||
bool get_srt_to_rtmp(std::string vhost);
|
||||
bool get_srt_from_rtmp(std::string vhost);
|
||||
|
||||
// http_hooks section
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue