Skip to content

Commit

Permalink
Use rtsp plugin (#280)
Browse files Browse the repository at this point in the history
* Use membrane_rtsp_plugin in rtsp_to_hls demo

* Use released rtsp_plugin

* Remove outdated readme section
  • Loading branch information
Noarkhh authored Jun 22, 2024
1 parent 0d90640 commit ce726f1
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 388 deletions.
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

0 comments on commit ce726f1

Please sign in to comment.