Skip to content

Experience livestreams with this app that effortlessly plays content from an RTSP URL. Play, pause, and control volume seamlessly. Elevate streams by adding and managing dynamic overlays, updating or deleting them on the fly. Explore a new dimension of livestream customization.

melvinjariwala/livestream_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

To get started with the Livestream Overlays app, follow these simple steps:

  1. Clone the app repository by running the following command in your terminal:

    git clone https://www.github.com/melvinjariwala/livestream_app.git
    
  2. Navigate to the root directory of the app.

    cd livestream_app
  3. Install the required dependencies by running:

    pip install -r requirements.txt
  4. Navigate to frontend and build project by running:

    cd frontend
    npm i
    npm run build
    cd ..
  5. Start the app by running:

    gunicorn -b 0.0.0.0:10000 index:app
  6. Open your web browser and visit http://localhost:10000 to use the Livestream Overlays app.

Quickstart

   git clone https://www.github.com/melvinjariwala/livestream_app.git
   cd livestream_app
   pip install -r requirements.txt
   cd frontend
   npm i
   npm run build
   cd ..
   gunicorn -b 0.0.0.0:10000 index:app

Open your web browser and visit http://localhost:10000 to use the Livestream Overlays app.

About

Experience livestreams with this app that effortlessly plays content from an RTSP URL. Play, pause, and control volume seamlessly. Elevate streams by adding and managing dynamic overlays, updating or deleting them on the fly. Explore a new dimension of livestream customization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published