32
Windows API Functions
4.3.3
Mpg24Net_ServerStart
This function will start a server. The server will open a network
socket and wait for client connections (unicast), or send stream
data over the network (multicast). If the stream type is unicast, a
server instance has a maximum of 16 concurrent connections.
Syntax
int Mpg24Net_ServerStart(
int hHandle,
short port,
char *ServerIp=””
);
Parameters
hHandle
Specifies the handle of the server instance.
Port
Specifies the port number.
ServerIp
Specifies the IP address, in network order (bytes ordered from left
to right). You can leave it blank for unicast type.
Return Values
See chapter 4.5.
Summary of Contents for PCI-MPG24
Page 4: ......
Page 7: ...List of Tables iii List of Tables Table 2 1 Include Files 4 Table 2 2 Library File 4 ...
Page 8: ...iv List of Tables ...
Page 10: ...2 Introduction ...
Page 17: ...DirectShow Programming 9 ADLink Unicast Receiver ...
Page 18: ...10 DirectShow Programming ADLink Multicast Sender ...
Page 20: ...12 DirectShow Programming Unicast Receiver Preview File Save Multicast Sender ...
Page 36: ...28 DirectShow Programming ...
Page 51: ...Windows API Functions 43 Return Values See chapter 4 5 ...