Skip to content

Commit 52ce4c4

Browse files
レスポンス例の追加。
1 parent 6a367f8 commit 52ce4c4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

api/mediaStreamRecording.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,16 @@
826826
},
827827
"examples": {
828828
"application/json": {
829+
"streams": [
830+
{
831+
"mimeType" : "video/x-mjpeg",
832+
"uri" : "http://localhost:9000/xxxxxx"
833+
},
834+
{
835+
"mimeType" : "video/x-rtp",
836+
"uri" : "rtsp://localhost:8086"
837+
}
838+
],
829839
"result": 0,
830840
"product": "Example System",
831841
"version": "1.0.0",

0 commit comments

Comments
 (0)