mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-16 21:15:57 +08:00
新增获取推流推流代理列表和ffmpeg源列表接口 (#3992)
This commit is contained in:
@@ -139,6 +139,10 @@ public:
|
||||
// Using this only makes sense after a successful connection to the server
|
||||
TranslationInfo getTranslationInfo();
|
||||
|
||||
const std::string& getUrl() const { return _pull_url; }
|
||||
const MediaTuple& getMediaTuple() const { return _tuple; }
|
||||
const ProtocolOption& getOption() const { return _option; }
|
||||
|
||||
private:
|
||||
// MediaSourceEvent override
|
||||
bool close(MediaSource &sender) override;
|
||||
|
||||
Reference in New Issue
Block a user