Finalizing implementation of SrtReceiverSource

Added icons, unified UI, loading and saving in XML.
This commit is contained in:
Bruno Herbelin
2022-01-24 23:06:47 +01:00
parent 2ae0ef40d4
commit 9ed76ae4da
13 changed files with 696 additions and 14 deletions

View File

@@ -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";