You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
150 lines
2.4 KiB
150 lines
2.4 KiB
{
|
|
"info": {
|
|
"_postman_id": "d779445d-f686-437c-a607-4b4ab98ee76b",
|
|
"name": "Monibuca",
|
|
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
|
|
"_exporter_id": "20749978"
|
|
},
|
|
"item": [
|
|
{
|
|
"name": "/",
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{URL}}/",
|
|
"host": [
|
|
"{{URL}}"
|
|
],
|
|
"path": [
|
|
""
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "/rtsp/api/list",
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{URL}}/rtsp/api/list",
|
|
"host": [
|
|
"{{URL}}"
|
|
],
|
|
"path": [
|
|
"rtsp",
|
|
"api",
|
|
"list"
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "/rtsp/api/pull",
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{URL}}/rtsp/api/pull?target=rtsp://admin:hk123456@192.168.1.65:554/Streaming/Channels/101?transportmode=unicast%26profile=Profile_1&streamPath=live/test",
|
|
"host": [
|
|
"{{URL}}"
|
|
],
|
|
"path": [
|
|
"rtsp",
|
|
"api",
|
|
"pull"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "target",
|
|
"value": "rtsp://admin:hk123456@192.168.1.65:554/Streaming/Channels/101?transportmode=unicast%26profile=Profile_1"
|
|
},
|
|
{
|
|
"key": "streamPath",
|
|
"value": "live/test"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "/api/stream",
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{URL}}/api/stream?streamPath=live/test",
|
|
"host": [
|
|
"{{URL}}"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"stream"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "streamPath",
|
|
"value": "live/test"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
},
|
|
{
|
|
"name": "/api/closestream",
|
|
"request": {
|
|
"method": "GET",
|
|
"header": [],
|
|
"url": {
|
|
"raw": "{{URL}}/api/closestream?streamPath=live/test",
|
|
"host": [
|
|
"{{URL}}"
|
|
],
|
|
"path": [
|
|
"api",
|
|
"closestream"
|
|
],
|
|
"query": [
|
|
{
|
|
"key": "streamPath",
|
|
"value": "live/test"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"response": []
|
|
}
|
|
],
|
|
"event": [
|
|
{
|
|
"listen": "prerequest",
|
|
"script": {
|
|
"type": "text/javascript",
|
|
"exec": [
|
|
""
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"listen": "test",
|
|
"script": {
|
|
"type": "text/javascript",
|
|
"exec": [
|
|
""
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"variable": [
|
|
{
|
|
"key": "URL",
|
|
"value": "127.0.0.1:8080",
|
|
"type": "string"
|
|
}
|
|
]
|
|
}
|