mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 18:59:59 +01:00
Fixing bugs with Network source ans Video Streamer.
This commit is contained in:
@@ -539,7 +539,10 @@ void ImGuiVisitor::visit (NetworkSource& s)
|
||||
ImGui::SameLine(0, 10);
|
||||
ImGui::Text("Network connection");
|
||||
|
||||
ImGui::Text("Connected to %s", s.connection().c_str());
|
||||
ImGui::Text("Connection to %s", s.connection().c_str());
|
||||
NetworkStream *ns = s.networkStream();
|
||||
ImGui::Text(" - %s (%dx%d)\n - Network host %s:%d", NetworkToolkit::protocol_name[ns->protocol()],
|
||||
ns->resolution().x, ns->resolution().y, ns->IP().c_str(), ns->port());
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user