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 Clone the repository: git clone https://github.com/BinodKafle/wowza.git cd wowza Create and activate a virtual environment: python -m venv venv source venv/bin/activate Install the dependencies: pip install -r requirements.txt Set up the database: python manage.py migrate 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.