mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Finalizing implementation of SrtReceiverSource
Added icons, unified UI, loading and saving in XML.
This commit is contained in:
@@ -188,7 +188,7 @@ std::string VideoBroadcast::info() const
|
||||
if (!initialized_)
|
||||
ret << "Starting";
|
||||
else if (active_)
|
||||
ret << "Streaming SRT on Port " << port_;
|
||||
ret << "SRT Broadcast on Port " << port_;
|
||||
else
|
||||
ret << "Terminated";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user