MCPcopy Create free account
hub / github.com/Haivision/srt / OpenClient

Method OpenClient

testing/testmedia.cpp:891–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

889}
890
891void SrtCommon::OpenClient(string host, int port)
892{
893 PrepareClient();
894
895 if (m_outgoing_port || m_adapter != "")
896 {
897 SetupAdapter(m_adapter, m_outgoing_port);
898 }
899
900 ConnectClient(host, port);
901}
902
903void SrtCommon::PrepareClient()
904{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected