From cf2724be776925338c0e5b45638eab140c80b3d5 Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 15 Oct 2025 15:12:11 -0700 Subject: tighten up configs --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5832972..ef49f2d 100644 --- a/README.md +++ b/README.md @@ -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://:1935/live` -- cgit v1.2.3