Skip to content

BinodKafle/wowza

Repository files navigation

Wowza Integration with Django

This project is a Django application that integrates with Wowza for handling live streaming functionalities. It includes modules for managing Wowza-related features within a Django project.

Features

  • Live Streaming: Integrate Wowza for seamless live streaming capabilities.
  • API Integration: Manage Wowza API interactions efficiently.
  • Modular Design: Organized into views, models, and URLs for clean code management.
  • Security: Implements necessary security measures for handling streaming services.

Installation

  1. Clone the repository:

     git clone https://github.com/BinodKafle/wowza.git
     cd wowza
    
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate
    
  3. Install the dependencies:

    pip install -r requirements.txt
    
  4. Set up the database:

    python manage.py migrate
    
  5. Run the development server:

    python manage.py runserver
    

Usage

  • Configure your Wowza settings in the Django settings.
  • Use the provided views to integrate Wowza functionalities into your application.
  • Refer to the Django admin panel for managing live streams and other Wowza-related data.

Contributing

  • Fork the repository.
  • Create your feature branch (git checkout -b feature/new-feature).
  • Commit your changes (git commit -am 'Add new feature').
  • Push to the branch (git push origin feature/new-feature).
  • Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Live streaming django app using wowza.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages