# Overview and Architecture Deep Learning Streamer Pipeline Server (DL Streamer Pipeline Server) is a Python-based, interoperable containerized microservice for easy development and deployment of video analytics pipelines. It is built on top of [GStreamer](https://gstreamer.freedesktop.org/documentation/) and [Deep Learning Streamer (DL Streamer)](https://github.com/open-edge-platform/edge-ai-libraries/blob/main/libraries/dl-streamer/docs/source/index.md), providing video ingestion and deep learning inferencing functionalities. ## Architecture Overview ### High-Level Architecture Diagram ![Architecture Diagram](./images/dls-pipelineserver-simplified-arch.png) *Figure 1: High-level system view demonstrating the microservice.* ## Supporting Resources * [Get Started Guide](get-started.md) * [API Reference](api-reference.md) * [System Requirements](system-requirements.md)