mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-04 09:47:33 +08:00
Add srt caller mode and stream encryption support. (#4088)
Add srt caller mode and stream encryption support. 1. Support srt caller mode, realize srt proxy pull stream proxy push stream; url parameter format such as: srt://127.0.0.1:9000?streamid=#! ::r=live/test11 2. Support srt stream encrypted transmission in caller and listener mode. --------- Co-authored-by: xiongguangjie <xiong_panda@163.com>
This commit is contained in:
@@ -396,6 +396,8 @@ const string kWaitTrackReady = "wait_track_ready";
|
||||
const string kPlayTrack = "play_track";
|
||||
const string kProxyUrl = "proxy_url";
|
||||
const string kRtspSpeed = "rtsp_speed";
|
||||
const string kLatency = "latency";
|
||||
const string kPassPhrase = "passPhrase";
|
||||
} // namespace Client
|
||||
|
||||
} // namespace mediakit
|
||||
|
||||
@@ -624,6 +624,10 @@ extern const std::string kProxyUrl;
|
||||
// 设置开始rtsp倍速播放 [AUTO-TRANSLATED:5db03cad]
|
||||
// Set the start RTSP playback speed
|
||||
extern const std::string kRtspSpeed;
|
||||
// Set SRT delay
|
||||
extern const std::string kLatency;
|
||||
// Set SRT PassPhrase
|
||||
extern const std::string kPassPhrase;
|
||||
} // namespace Client
|
||||
} // namespace mediakit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user