Skip to content

progre/hitorilive

Repository files navigation

HitoriLive

Build Status

Live broadcasting without a server for everyone.

Usage

  1. Execute HitoriLive first
  2. Set RTMP port (to connect from OBS) and set HTTP port (to connect from browser)
  3. Start OBS broadcast to rtmp://localhost:[set RTMP port]/live
  4. Open http://[your ip address]:[set HTTP port]/ in browser of you or your friends

Build

$ npm install
$ npm run build
$ npm run package

Resources

Tips

  • If you want to show logs on client, then you execute a command on your browser's console;
localStorage.debug = 'hitorilive:*'