修复“创建多路复用RTP服务器(openRtpServerMultiplex)”的get请求

This commit is contained in:
waken 2023-12-12 15:01:03 +08:00 committed by GitHub
parent f286709039
commit d8c234283b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1485,14 +1485,14 @@
"method": "GET", "method": "GET",
"header": [], "header": [],
"url": { "url": {
"raw": "{{ZLMediaKit_URL}}/index/api/openRtpServer?secret={{ZLMediaKit_secret}}&port=0&tcp_mode=1&stream_id=test", "raw": "{{ZLMediaKit_URL}}/index/api/openRtpServerMultiplex?secret={{ZLMediaKit_secret}}&port=0&tcp_mode=1&stream_id=test",
"host": [ "host": [
"{{ZLMediaKit_URL}}" "{{ZLMediaKit_URL}}"
], ],
"path": [ "path": [
"index", "index",
"api", "api",
"openRtpServer" "openRtpServerMultiplex"
], ],
"query": [ "query": [
{ {
@ -2252,4 +2252,4 @@
"value": "__defaultVhost__" "value": "__defaultVhost__"
} }
] ]
} }