From 078953b85f08ece93ae736f96c82146f73e7c2ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=8F=E6=A5=9A?= <771730766@qq.com> Date: Sat, 2 Jan 2021 22:12:22 +0800 Subject: [PATCH] =?UTF-8?q?startSendRtp=E6=8E=A5=E5=8F=A3=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E6=9C=AC=E5=9C=B0=E7=AB=AF=E5=8F=A3=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MediaServer支持的HTTP-API.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MediaServer支持的HTTP-API.md b/MediaServer支持的HTTP-API.md index 8980b25..4b84c4e 100644 --- a/MediaServer支持的HTTP-API.md +++ b/MediaServer支持的HTTP-API.md @@ -980,7 +980,8 @@ typedef enum { ```json { - "code": 0 #成功 + "code": 0, #成功 + "local_port": 57152 #使用的本地端口号 } ```