Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ All Dockerfiles are in
<!--hide_directive:sync: tab1hide_directive-->

```bash
wget https://raw.githubusercontent.com/open-edge-platform/edge-ai-libraries/main/libraries/dl-streamer/docker/ubuntu/ubuntu24.Dockerfile
wget https://raw.githubusercontent.com/open-edge-platform/dlstreamer/master/docker/ubuntu/ubuntu24.Dockerfile
```

<!--hide_directive:::
:::{tab-item}hide_directive--> Ubuntu22 debian/dev Dockerfile
<!--hide_directive:sync: tab2hide_directive-->

```bash
wget https://raw.githubusercontent.com/open-edge-platform/edge-ai-libraries/main/libraries/dl-streamer/docker/ubuntu/ubuntu22.Dockerfile
wget https://raw.githubusercontent.com/open-edge-platform/dlstreamer/master/docker/ubuntu/ubuntu22.Dockerfile
```

<!--hide_directive:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,17 @@ cd dlstreamer

## Step 2: Run installation script

### Build script details:
Open PowerShell as administrator and run the `build_dlstreamer_dlls.ps1` script.

- The script will install automatically following dependencies if they don't exist:

```
cd ./dlstreamer/
./scripts/build_dlstreamer_dlls.ps1
```

### Details of the build script

- The script will install the following dependencies:
| Required dependency | Path |
| -------- | ------- |
| Temporary downloaded files | C:\\dlstreamer_tmp |
Expand All @@ -39,16 +47,4 @@ cd dlstreamer
- LIBVA_DRIVER_NAME
- LIBVA_DRIVERS_PATH

- The script assues that proxy is properly configured


### Run PowerShell with administrative privileges and execute:

```
cd ./libraries/dl-streamer/
./scripts/build_dlstreamer_dlls.ps1
```




- The script assumes that the proxy is properly configured
2 changes: 1 addition & 1 deletion docs/source/get_started/install/install_guide_ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ resources when additional configuration is required.
```bash
mkdir -p ~/intel/dlstreamer_gst
cd ~/intel/dlstreamer_gst/
wget -O DLS_install_prerequisites.sh https://raw.githubusercontent.com/open-edge-platform/edge-ai-libraries/main/libraries/dl-streamer/scripts/DLS_install_prerequisites.sh && chmod +x DLS_install_prerequisites.sh
wget -O DLS_install_prerequisites.sh https://raw.githubusercontent.com/open-edge-platform/dlstreamer/master/scripts/DLS_install_prerequisites.sh && chmod +x DLS_install_prerequisites.sh
```

### Step 2: Execute the script and follow its instructions
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ framework, and it is used for creating complex media analytics pipelines for the
or at the Edge. DL Streamer consists of:

- [Deep Learning Streamer Pipeline
Framework](https://github.com/open-edge-platform/edge-ai-libraries/tree/main/libraries/dl-streamer)
Framework](https://github.com/open-edge-platform/dlstreamer/tree/master)
for designing, creating, building, and running media analytics
pipelines. It includes C++ and Python APIs.
- [Deep Learning Streamer Pipeline
Expand Down
Loading