You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -28,23 +27,21 @@ Advantages of peer-2-peer connection-oriented video conferencing:
28
27
29
28
Disadvantages:
30
29
31
-
- Higher bandwidth usage, since the client must process more video streams from each peer.
30
+
- Higher bandwidth and CPU usage, since the client must process more video streams from each peer.
32
31
- Fewer centralized features, such as effects or controls.
33
-
- Requires a few-second delay period to get valid peer-2-peer connection details.
32
+
- Requires complicated and somewhat error-prone communication between clients, each other, and the backend.
34
33
35
34
## How to use it
36
35
37
36
A deployed version is available at https://hitime.live/.
38
37
39
38
you can also deploy your own server using the docker image provided at dockerhub with `gtstef/hitime` or building locally.
40
39
41
-
Note: The features on the frontend require an HTTPS connection, so any build should be done behind an HTTPS connection. I have included the `generate_cert.go` standard library for quick mock certificate creation for local testing.
40
+
Note: The frontend features require an HTTPS connection, so any build should be done behind one. I have included the `generate_cert.go` standard library for quick mock certificate creation for local testing.
42
41
43
42
## Browser Support
44
43
45
-
Since WebRTC is a browser-based technology, only certain browsers support it.
46
-
47
-
While I was happy to see it has broad compatibility across browsers, I found that Safari had issues.
0 commit comments