mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-16 04:40:08 +01:00
Minor improvement Tooltips Settings
This commit is contained in:
@@ -188,7 +188,7 @@ std::string VideoBroadcast::info() const
|
||||
if (!initialized_)
|
||||
ret << "Starting SRT";
|
||||
else if (active_)
|
||||
ret << "SRT Broadcast on Port " << port_ << " (listener mode)";
|
||||
ret << "Broadcasting on SRT (listener mode)";
|
||||
else
|
||||
ret << "SRT Terminated";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user