Skip to content

Commit 1b08b03

Browse files
authored
[Edge AI Suites] Metro apps: Document format changes (#2005)
Signed-off-by: Katakol, Rohit <rohit.katakol@intel.com>
1 parent 8047a1c commit 1b08b03

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

metro-ai-suite/metro-vision-ai-app-recipe/loitering-detection/docs/user-guide/get-started.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,7 @@ Enable running docker without "sudo": [Post Install](https://docs.docker.com/eng
113113
- **URL**: `https://localhost/nodered/`
114114

115115
### **DL Streamer Pipeline Server** ###
116-
- **REST API**: `https://localhost/api/pipelines`
117-
- **Check Pipeline Status**:
118-
```bash
119-
curl -k https://localhost/api/pipelines
120-
```
116+
- **REST API**: `https://localhost/api/pipelines/status`
121117
- **WebRTC**: `https://localhost/mediamtx/object_tracking_1/`
122118

123119
## **Stop the Application**:

metro-ai-suite/metro-vision-ai-app-recipe/smart-parking/docs/user-guide/get-started.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,7 @@ By following this guide, you will learn how to:
124124
- **URL**: `https://localhost/nodered/`
125125

126126
### **DL Streamer Pipeline Server** ###
127-
- **REST API**: `https://localhost/api/pipelines`
128-
- - **Check Pipeline Status**:
129-
```bash
130-
curl -k https://localhost/api/pipelines
131-
```
127+
- **REST API**: `https://localhost/api/pipelines/status`
132128
- **WebRTC**: `https://localhost/mediamtx/object_detection_1/`
133129

134130

metro-ai-suite/metro-vision-ai-app-recipe/smart-parking/docs/user-guide/how-to-guides/generate-offline-package.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,7 @@ To stop the pipelines without waiting for video streams to finish replay:
158158
- **URL**: `https://127.0.0.1/nodered/`
159159

160160
### DL Streamer Pipeline Server
161-
- **REST API**: https://127.0.0.1/api/pipelines](https://127.0.0.1/api/pipelines)
162-
- **Check Pipeline Status**:
163-
```bash
164-
curl -k https://127.0.0.1/api/pipelines
165-
```
161+
- **REST API**: `https://127.0.0.1/api/pipelines/status`
166162
- **WebRTC**: `https://127.0.0.1/mediamtx/object_detection_1/`
167163

168164
## Stop the Application

0 commit comments

Comments
 (0)