Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/dev-dependencies-cddfeb1403'

This commit is contained in:
Yukino Song
2024-10-29 01:57:22 +08:00
13 changed files with 68 additions and 124 deletions

View File

@@ -63,6 +63,10 @@ namespace rtsp_stream {
void
launch_session_clear(uint32_t launch_session_id);
/**
* @brief Get the number of active sessions.
* @return Count of active sessions.
*/
int
session_count();
@@ -72,6 +76,12 @@ namespace rtsp_stream {
std::list<std::string>
get_all_session_uuids();
/**
* @brief Terminates all running streaming sessions.
*/
void
terminate_sessions();
void
rtpThread();