Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use rtsp plugin #280

Merged
merged 7 commits into from
Jun 22, 2024
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
11 changes: 0 additions & 11 deletions rtsp_to_hls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@

This demo demonstrates receiving the RTSP stream and converting it to the HLS stream.

## Components

The project consists of 2 parts:

- The pipeline, which converts the RTP stream to HLS
- Connection Manager, which is started by the pipeline and is responsible for establishing the RTSP connection

The internal architecture of an application is presented below:

![Application scheme](doc_assets/RTSP_to_HLS_pipeline.png)

## Prerequisites and running the demo

Below is the instruction for the installation of required dependencies and how to run this demo on various operating systems:
Expand Down
Binary file removed rtsp_to_hls/doc_assets/RTSP_to_HLS_pipeline.png
Binary file not shown.
281 changes: 0 additions & 281 deletions rtsp_to_hls/lib/connection_manager.ex

This file was deleted.

Loading