Skip to content

B0TU/tv-channels-monitor-app

Repository files navigation

A simple laravel application to capture screenshot of added tv channels / streaming urls and check for any predfined errors.

  1. Laravel (As the development framework)
  2. Filamentphp (For dashboard development)
  3. protonemedia/laravel-ffmpeg (To capture screenshots)
  4. thiagoalessio/tesseract-ocr-for-php (To recognize error messages / texts on the captured screenshots)
  5. php intervention/image (To apply filters to screenshots to make it easier for Tesseract OCR to read texts on the images more accurately)

Other features will be added later

Spoiler Alert! (Opt-ins: Notifications on errors and scans)

Installation:

Make sure you have installed FFMpeg and Tesseract OCR on to you server / system.

  1. git clone https://github.com/B0TU/tv-channels-monitor-app
  2. Composer update
  3. run php artisan migrate
  4. run php artisan:filament-user
  5. run php artisan queue:work

About

A Laravel app for monitoring TV Channels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published