![]()  | 
  
    CoreSDK
    v1.0.0.b1304
    
   | 
 
Service structure that describes Red5Pro server connection parameters. More...
#include <red5pro.h>
Public Attributes | |
| std::string | host | 
| IP or DNS address of Red5Pro server to connect.  | |
| int | port | 
| port on server side to connect (Note: make sure that server can handle selected protocol on this port)  | |
| std::string | contextName | 
| name of context of the stream (e.g. "live")  | |
| std::string | streamName | 
| name of the stream  | |
| NetworkTransport | transport = NetworkTransport::Tcp | 
| variant of transport protocol (not used with WebRTC)  | |
| ProtocolType | protocolType = ProtocolType::Rtsp | 
| media streaming protocol  | |
| RecordType | recordType = RecordType::Live | 
| flag for the server that defines recording type for the stream  | |
| std::string | username | 
| optional user name, used if server has enabled authentication  | |
| std::string | password | 
| optional password, used if server has enabled authentication  | |
Service structure that describes Red5Pro server connection parameters.
 1.8.13