mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SRT: Support encrypt, with utest (#3223)
* SRT: support encrypt, with utest * SRT: refine set srt option error log
This commit is contained in:
parent
8dcbcd1656
commit
7d9dc69ae1
7 changed files with 172 additions and 13 deletions
|
@ -684,6 +684,10 @@ public:
|
|||
virtual int get_srto_recvbuf();
|
||||
// SRTO_PAYLOADSIZE
|
||||
virtual int get_srto_payloadsize();
|
||||
// Get the srt SRTO_PASSPHRASE, default is empty.
|
||||
virtual std::string get_srto_passphrase();
|
||||
// Get the srt SRTO_PBKEYLEN, default is 0.
|
||||
virtual int get_srto_pbkeylen();
|
||||
// Get the default app.
|
||||
virtual std::string get_default_app_name();
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue