Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/porjo/mumblet
Web-based Mumble client
https://github.com/porjo/mumblet
go mumble webrtc
Last synced: 2 months ago
JSON representation
Web-based Mumble client
- Host: GitHub
- URL: https://github.com/porjo/mumblet
- Owner: porjo
- License: apache-2.0
- Created: 2018-08-30T01:40:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T11:36:06.000Z (over 6 years ago)
- Last Synced: 2024-12-03T02:57:13.795Z (2 months ago)
- Topics: go, mumble, webrtc
- Language: Go
- Size: 28.3 KB
- Stars: 15
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pion - porjo/mumblet - Web-based Mumble client (Media API)
README
# Mumblet
A web-based Mumble client (listen only). Just a fun experiment i.e. very alpha!!
It uses websockets for signalling & WebRTC for audio.
## Usage
```
$ go get github.com/porjo/mumblet
$ mumblet -webRoot $GOPATH/src/github.com/porjo/mumblet/html -port 8080
```Point your web browser at http://localhost:8080/
Join a Mumble Server, and wait for somebody to speak :)