Skip to content

Commit 08c6bb9

Browse files
committed
udpate doc links to openedge 1.2
1 parent 1ac5920 commit 08c6bb9

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

microservices/dlstreamer-pipeline-server/README-dockerhub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Video analytics involves the conversion of video streams into valuable insights
66

77
## Deploy using Docker Compose
88
---
9-
For more details on deployment, refer to the [documentation](https://docs.openedgeplatform.intel.com/edge-ai-libraries/dlstreamer-pipeline-server/main/user-guide/get-started.html).
9+
For more details on deployment, refer to the [documentation](https://docs.openedgeplatform.intel.com/edge-ai-libraries/dlstreamer-pipeline-server/1.2.0/user-guide/get-started.html).
1010

1111
## Deploy using Kubernetes Charts
1212
---
13-
For more details on deployment, refer to the [documentation](https://docs.openedgeplatform.intel.com/edge-ai-libraries/dlstreamer-pipeline-server/main/user-guide/how-to-deploy-with-helm.html).
13+
For more details on deployment, refer to the [documentation](https://docs.openedgeplatform.intel.com/edge-ai-libraries/dlstreamer-pipeline-server/1.2.0/user-guide/how-to-deploy-with-helm.html).
1414

1515
## Supported versions
1616
---

microservices/dlstreamer-pipeline-server/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Deep Learning Streamer Pipeline Server (DL Streamer Pipeline Server) is a Python
2323
Video analytics involves the conversion of video streams into valuable insights through the application of video processing, inference, and analytics operations. It finds applications in various business sectors including healthcare, retail, entertainment, and industrial domains. The algorithms utilized in video analytics are responsible for performing tasks such as object detection, classification, identification, counting, and tracking on the input video stream.
2424

2525

26-
Note - The detailed documentation of Deep Learning Streamer Pipeline Server can be found [here](https://docs.openedgeplatform.intel.com/edge-ai-libraries/dlstreamer-pipeline-server/main/user-guide/Overview.html)
26+
Note - The detailed documentation of Deep Learning Streamer Pipeline Server can be found [here](https://docs.openedgeplatform.intel.com/edge-ai-libraries/dlstreamer-pipeline-server/1.2.0/user-guide/Overview.html)
2727

2828
## Architecture
2929

@@ -167,7 +167,7 @@ Run the following commands:
167167

168168
---
169169
### Run default sample
170-
Refer [here](https://docs.openedgeplatform.intel.com/edge-ai-libraries/dlstreamer-pipeline-server/main/user-guide/get-started.html) to run default sample upon bringing up Intel® Deep Learning Streamer Pipeline Server container.
170+
Refer [here](https://docs.openedgeplatform.intel.com/edge-ai-libraries/dlstreamer-pipeline-server/1.2.0/user-guide/get-started.html) to run default sample upon bringing up Intel® Deep Learning Streamer Pipeline Server container.
171171

172172
---
173173
## Legal compliance: Build a docker image containing sources for GPL/LGPL/AGPL binary distributed components
@@ -188,6 +188,6 @@ Refer [here](https://docs.openedgeplatform.intel.com/edge-ai-libraries/dlstreame
188188
---
189189
## Learn More
190190

191-
- Understand the components, services, architecture, and data flow, in the [Overview](https://docs.openedgeplatform.intel.com/edge-ai-libraries/dlstreamer-pipeline-server/main/user-guide/Overview.html)
192-
- For more details on advanced configuration, usage of features refer to [Advanced User Guide](https://docs.openedgeplatform.intel.com/edge-ai-libraries/dlstreamer-pipeline-server/main/user-guide/advanced-guide/Overview.html).
193-
- For more tutorials refer [here](https://docs.openedgeplatform.intel.com/edge-ai-libraries/dlstreamer-pipeline-server/main/user-guide/get-started.html)
191+
- Understand the components, services, architecture, and data flow, in the [Overview](https://docs.openedgeplatform.intel.com/edge-ai-libraries/dlstreamer-pipeline-server/1.2.0/user-guide/Overview.html)
192+
- For more details on advanced configuration, usage of features refer to [Advanced User Guide](https://docs.openedgeplatform.intel.com/edge-ai-libraries/dlstreamer-pipeline-server/1.2.0/user-guide/advanced-guide/Overview.html).
193+
- For more tutorials refer [here](https://docs.openedgeplatform.intel.com/edge-ai-libraries/dlstreamer-pipeline-server/1.2.0/user-guide/get-started.html)

microservices/dlstreamer-pipeline-server/docs/user-guide/how-to-deploy-with-helm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ Follow the steps in this section to quickly pull the latest pre-built DL Streame
2727

2828
- Download helm chart with the following command
2929

30-
`helm pull oci://ghcr.io/open-edge-platform/edge-ai-libraries/dlstreamer-pipeline-server --version 20250805-EAL1.2`
30+
`helm pull oci://registry-1.docker.io/intel/dlstreamer-pipeline-server --version 3.1.0-helm`
3131
- unzip the package using the following command
3232

33-
`tar -xvf dlstreamer-pipeline-server-20250805-EAL1.2.tgz`
33+
`tar -xvf dlstreamer-pipeline-server-3.1.0.tgz`
3434
- Get into the helm directory
3535

3636
`cd dlstreamer-pipeline-server`

microservices/dlstreamer-pipeline-server/docs/user-guide/how-to-publish-metadata-over-ros2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Ensure to build/pull the DL Streamer Pipeline Server extended image.
88

99
[Build instructions](./how-to-build-from-source.md)
1010

11-
Pull DL Streamer Pipeline Server extended image from [dockerhub](https://hub.docker.com/r/intel/dlstreamer-pipeline-server) or [ghcr](https://github.com/open-edge-platform/edge-ai-libraries/pkgs/container/edge-ai-libraries%2Fintel%2Fedge-ai-dlstreamer-pipeline-server)
11+
Pull DL Streamer Pipeline Server extended image from [dockerhub](https://hub.docker.com/r/intel/dlstreamer-pipeline-server)
1212
- Ensure to update the `DLSTREAMER_PIPELINE_SERVER_IMAGE` value in `[WORKDIR]/edge-ai-libraries/microservices/dlstreamer-pipeline-server/docker/.env` file accordingly, in order to run the pulled image.
1313

1414
## Publish

microservices/dlstreamer-pipeline-server/docs/user-guide/how-to-run-udf-pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Ensure to build/pull the DL Streamer Pipeline Server extended image.
66

77
[Build instructions](./how-to-build-from-source.md)
88

9-
Pull DL Streamer Pipeline Server extended image from [dockerhub](https://hub.docker.com/r/intel/dlstreamer-pipeline-server) or [ghcr](https://github.com/open-edge-platform/edge-ai-libraries/pkgs/container/edge-ai-libraries%2Fintel%2Fedge-ai-dlstreamer-pipeline-server)
9+
Pull DL Streamer Pipeline Server extended image from [dockerhub](https://hub.docker.com/r/intel/dlstreamer-pipeline-server)
1010
- Ensure to update the `DLSTREAMER_PIPELINE_SERVER_IMAGE` value in `[WORKDIR]/edge-ai-libraries/microservices/dlstreamer-pipeline-server/docker/.env` file accordingly, in order to run the pulled image.
1111

1212
## Steps

microservices/dlstreamer-pipeline-server/docs/user-guide/release_notes/august-2025.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# August 2025 (Upcoming release)
1+
# August 2025
22

33
## v3.1.0
44

@@ -19,6 +19,6 @@
1919
- Bug in appsink destination and publisher configurations
2020

2121
### Updates
22-
- DL Streamer updated to TBD
22+
- DL Streamer updated to 2025.1.2
2323
- Interface to Model registry updated with environment variables instead of config.json
2424
- Documentation updates: Cross stream batching, latency tracing, tutorial on launching and managing pipelines

0 commit comments

Comments
 (0)