diff options
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` |
