diff options
| author | yum <yum.food.vr@gmail.com> | 2025-10-15 15:12:11 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-10-28 17:19:37 -0700 |
| commit | cf2724be776925338c0e5b45638eab140c80b3d5 (patch) | |
| tree | c382c59e101f6737d9a336c71f4c0e922f50345d /README.md | |
| parent | 8caabef3412f9368888bc50eacda1fac3f08b039 (diff) | |
tighten up configs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ Shitty service to proxy data from OBS into an HTTP Live Streaming (HLS) feed VRChat understands. +## Cost + +- One connection is about 7 Mb/s +- GCE charges $0.05 per GiB + +($0.05 $/GiB) * (1 byte / 8 bits) = 0.00625 $/Gib +(0.00625 $/Gib) * 0.007 Gib/s = $4.375 * 10^-5 $/sec (per connection) +[$4.375 * 10^-5 / (sec * connection)] * 100 connections = $0.004375 / sec + +7 Mb/s is 3.076 GiB/hr + ## Streamer instructions 1. Configure OBS with a custom server pointing at `rtmps://<your-domain>:1935/live` |
