kirintw
kirintw
I believed we still need a server for local network WebRTC connection. Although it can be a simple self-hosted websocket server instead of third party STUN server. References: https://stackoverflow.com/questions/51870278/how-can-you-do-webrtc-over-a-local-network-with-no-internet-connection https://stackoverflow.com/questions/30742431/webrtc-on-isolated-lan-without-ice-stun-turn-server
Yeah, adapting tech likes TURN or ICE may be the solution for symmetric NAT problem. There is a project like what we do here: [croc](https://github.com/schollz/croc), they used public websocket server...
Combined with #4, executing with `--turn=turn.example?transport=udp` specified seems good. There is a public STUN / TURN [server list](https://gist.github.com/sagivo/3a4b2f2c7ac6e1b5267c2f1f59ac6c6b) I found at github gist, it might be helpful.
Hi, sorry for the late reply as I was serving in military last couple month. So basically you are talking about making a server-end "proxy" to generate FEC from the...
Hello, I really like the idea you provide. TBH I can't implement in next several months due to my busy work schedule. Hopefully, If you would like to do it,...
Can confirmed this happens often on my machine with X11, nvidia GPU on `5.13.12-arch1-1` running `alacritty 0.9.0`.
Hi, we are also using service account auth with EKS, hoping that it is possible to use iam role instead of access keys. Is it because the `restic` uses `minio`...
I have created a [branch](https://github.com/kirintwn/aws-cdk/tree/ecr-auto-delete-images) to show how it works. Note that the unit tests are not completed because I think we better wait until #12620 get merged.
Hi @heiba , I have updated my branch, added more tests & opened a PR #15932.
This might be duplicated with #184. > the preset conventionalcommits had to bet set