Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amirphl/gitsi
Implementation of Jitsi projects in Golang
https://github.com/amirphl/gitsi
golang jitsi webrtc xmpp
Last synced: about 1 month ago
JSON representation
Implementation of Jitsi projects in Golang
- Host: GitHub
- URL: https://github.com/amirphl/gitsi
- Owner: amirphl
- Created: 2023-02-14T08:55:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T22:41:13.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T13:18:55.628Z (3 months ago)
- Topics: golang, jitsi, webrtc, xmpp
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gitsi
Implementation of Jitsi projects in Golang## Goals
- Rewrite Jibri as an educational practice
- Replace chrome rendering by webrtc capturing## Libs
- https://github.com/tebeka/selenium## TODO
- fix logging: error, warn, info
- check access modifiers (ex: private ones should not start with Uppercase)
- set chrome path for chromedriver: func ChromeDriver(path string) ServiceOption