Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.15 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.15 KB

Watch OUT

Watch Out is a cheap (hassle-free single-server low cpu/bandwidth) live streaming platform.

It uses:

Why not using WebRTC ?

  • I don't want to maintain a STUN/TURN server and bother with ICE

Why not using RTMP + Transcoder? + HLS ?

  • I don't want to force streamers to install softwares (beside compatible browsers) or plugins like flash
  • I don't want to maintain (and pay) transcoder, or streaming server

Why you need WatchOut ?

  • You like low quality stream
  • You like low cost servers
  • You like low hassle (user friendly button in progress)

Installation

    composer install
    php artisan key:generate --force
    php artisan serve
    php artisan migrate

Using it

  • Watch streams: /streams
  • Start streaming: /record

About WatchOut

I like simple, stupid and cheap things. I wanted to stream, and my bored mind built WatchOut. If you like it, use it.