Get recommended SRT latency by source and destination ip
GET
/method/rtmp_server/srt-latency
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the oauth.
Example:
Authorization: oauth ********************
Query Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api-v2.streamvi.io/method/rtmp_server/srt-latency?v&language&src_ip&dst_ip&profile' \
--header'Authorization: oauth <token>'
Responses
🟢200
application/json
Body
Example
{"src_ip":"45.144.51.135","dst_ip":"38.180.112.198","profile":"balanced","latency":500,"found":true,"stale":false,"generated_at":"2026-04-02T12:00:00.000Z","message":"Recommendation data found"}