Git Product home page Git Product logo

cctv_streaming's Introduction

CCTV Livestreaming App

This is an open-source CCTV livestreaming application built using Laravel for the backend and Vue.js for the frontend. The application uses MySQL as the database and is designed to handle video uploads via FTP, store them, and stream them to users.

Features

  • Real-time Video Streaming: Stream CCTV footage in real-time.
  • User Authentication: Secure user login and registration system.
  • Video Management: Upload, store, and manage video files.
  • Responsive Design: User-friendly interface that works on both desktop and mobile devices.
  • Collaborative Development: Open for contributions from the community.

Technologies Used

  • Backend: Laravel
  • Frontend: Vue.js
  • Database: MySQL
  • Video Storage: FTP

Installation

Prerequisites

  • PHP 8.0+
  • Composer
  • Node.js and npm
  • MySQL
  • FTP Server

Setup Instructions

  1. Clone the Repository:

    git clone https://github.com/yourusername/cctv-livestreaming-app.git cd cctv-livestreaming-app

  2. Install Backend dependencies: composer install

  3. Install Frontend dependencies: npm install

  4. Set Up Environment Variables: cp .env.example .env php artisan key:generate

  5. Run Migrations: php artisan migrate 6.Compile Frontend Assets: npm run dev 7.Start the Development Server: php artisan serve

Usage Access the application at http://localhost:8000. Register or log in to manage and stream CCTV videos. Use the video upload form to add new videos from your FTP server. Contributing We welcome contributions from the community! To contribute:

Fork the repository. Create a new branch (git checkout -b feature-branch). Make your changes and commit them (git commit -m 'Add new feature'). Push to the branch (git push origin feature-branch). Open a pull request. License This project is open-source and available under the MIT License.

Contact For any inquiries or further information, please contact Abraham at [email protected].

cctv_streaming's People

Contributors

awanjila avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.