Skip to content

Latest commit

 

History

History
executable file
·
29 lines (22 loc) · 612 Bytes

README.md

File metadata and controls

executable file
·
29 lines (22 loc) · 612 Bytes

SPLS Exp

WebRTC Scalable Peer to Peer Live Streaming Experimentation

Getting started

cp .env.dev.sample .env.dev
docker-compose build
docker-compose run --rm app bundle install
docker-compose run --rm app bundle exec rails db:setup
docker-compose run --rm web yarn
docker-compose up -d
  • http://localhost:8080/login : Login Page
Default Account
mail: [email protected]
pass: hogehogeunko
  • http://localhost:8080/live : Live Streaming Page

    • Login required
    • Video Start -> Live Start
  • http://localhost:8080/watch/{username} : Watch Streaming Page

    • e.g. /watch/hoge