set-udp-mtu
Use this interface to specify UDP MTU for TS over UDP and TS over RTP sessions.
HTTP Request
GET http://ip/usapi?method=set-udp-mtu&udp-mtu=1496
Parameter | Description |
---|---|
method | set-udp-mtu |
udp-mtu | MTU range is from 228 to 1500. |
Response Body
{
"result": 0
}
Item | Description |
---|---|
result | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |