srs_check_udp
Synopsis
./srs_check_udp --port [port number] --ip [ip address]
Description
The executable opens up a UDP socket to listen the message sent from srs_control. Check the source file for the full details.
Options
- --ip
Specify the ip address of the listening UDP socket.
- --port
Specify the port number of the listening UDP socket.
Example
./srs_check_udp --port [port number] --ip "localhost"
See the source file check_udp_message.py.