8000 GitHub - vinmaster/mochatto: Mochatto is an open-source proximity voice chat application for virtual meetings.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vinmaster/mochatto

 
 

Repository files navigation

issues PRs language

mochatto

Mochatto is an open-source proximity voice chat application for virtual meetings.

Requirements

  • docker-compose > 1.28
  • docker

Dev Requirements

  • yarn
  • node ~14.17.3

screenshot

Try it out

Dev

  1. make dev
  2. make dev-up

Debugging Server

Requires VSCode

  1. make dev-up
  2. open mochatto/server in VSCode
  3. Go to Debug tab
  4. Run with Docker: Attach to node

Prod

  1. make prod-up

Beta

  1. make beta-up

Test

Make sure that the server is up Without visual check

  • make test

With browser running

  • make test-headed

Debugging with browser

  • make test-debug

Features

  • Choose Audio Input
  • P2P Voice chat
  • Mute (m)
  • Audio Processing toggles (Echo Cancellation / Auto Gain Control / Noise Suppression)
  • Status (Active / Inactive)
  • Separate rooms /[room-id]
  • Screenshares
  • Password protection for rooms
  • Mobile Support
  • User Lists
  • Change Username
  • Place Images in the space
  • Place Videos in the space
  • Audio Recording

Runnig own iceServer

docker run -d --network=host coturn/coturn

This will run at port 3478 Make sure that your firewall for port 3478 is not blocked

Jenkins pipeline

Currently using

Creating dev environment

Whent pull request is created, it will run beta-up, which hosts the branch content to

https://[PR_NUMBER].dev.mochatto.com

Stopping dev environment

I could not find a good way to bring the container down, so I am using a crontab with check-for-closed-pr NOTE: check-for-closed-pr uses gh command, so make sure to check your token is not expired.

e.g.

0 * * * * sh -c "cd /path/to/repo && ./check-for-closed-pr"

About

Mochatto is an open-source proximity voice chat application for virtual meetings.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.6%
  • SCSS 0.7%
  • HTML 0.3%
  • Makefile 0.2%
  • Shell 0.1%
  • Dockerfile 0.1%
0