temp
This commit is contained in:
parent
1e7557d2e3
commit
9e706b187e
@ -62,7 +62,7 @@ private:
|
||||
static GstElement *create_pipeline(const Camera &cam, StreamType type);
|
||||
static std::string make_stream_key(const std::string &cam_name, StreamType type);
|
||||
static void update_status(const std::string &key, const StreamStatus &status);
|
||||
static void RTMPManager::publish_stream_status(const Camera &cam, StreamType type, const std::string &seqNo, bool ok, const std::string &reason);
|
||||
static void publish_stream_status(const Camera &cam, StreamType type, const std::string &seqNo, bool ok, const std::string &reason);
|
||||
static inline std::string stream_type_suffix(StreamType type)
|
||||
{
|
||||
return (type == StreamType::MAIN) ? "_main" : "_sub";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user