{"id":15074417,"url":"https://github.com/xaionaro-go/obs-grpc-proxy","last_synced_at":"2026-01-31T08:31:39.568Z","repository":{"id":252665034,"uuid":"828268769","full_name":"xaionaro-go/obs-grpc-proxy","owner":"xaionaro-go","description":"A gRPC proxy to forward requests to OBS WebSocket","archived":false,"fork":false,"pushed_at":"2024-10-18T16:21:35.000Z","size":522,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T19:41:10.225Z","etag":null,"topics":["go","golang","grpc","obs","proxy","websocket"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xaionaro-go.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-13T16:08:20.000Z","updated_at":"2024-10-18T16:21:39.000Z","dependencies_parsed_at":"2024-12-18T08:40:48.478Z","dependency_job_id":null,"html_url":"https://github.com/xaionaro-go/obs-grpc-proxy","commit_stats":{"total_commits":25,"total_committers":1,"mean_commits":25.0,"dds":0.0,"last_synced_commit":"5faf4e7a684a91fa483d8e61bc34692b4cf006f9"},"previous_names":["xaionaro-go/obs-grpc-proxy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xaionaro-go/obs-grpc-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Fobs-grpc-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Fobs-grpc-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Fobs-grpc-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Fobs-grpc-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xaionaro-go","download_url":"https://codeload.github.com/xaionaro-go/obs-grpc-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xaionaro-go%2Fobs-grpc-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28935403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T07:49:44.436Z","status":"ssl_error","status_checked_at":"2026-01-31T07:49:34.274Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["go","golang","grpc","obs","proxy","websocket"],"created_at":"2024-09-25T03:32:54.013Z","updated_at":"2026-01-31T08:31:39.551Z","avatar_url":"https://github.com/xaionaro-go.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\nIn [`cmd/obsgrpcproxy`](./cmd/obsgrpcproxy/) a [gRPC](https://grpc.io/) proxy for [OBS WebSocket server](https://obsproject.com/kb/remote-control-guide) is provided.\n\n![Scheme](./doc/scheme.png)\n\n# Motivation\n\nI was experimenting with making a mobile application for IRL streaming. The app communicates with the backend server via gRPC. But at the same time the app needs full access to controlling OBS. So I made this separate proxy to OBS which I can attach to the same gRPC port as the rest of the backend functionality.\n\n# Quick start\n\nOne terminal:\n```sh\ngo install github.com/xaionaro-go/obs-grpc-proxy/cmd/obsgrpcproxy@latest\n\"$(go env GOPATH | awk -F : '{print $1}')\"/bin/obsgrpcproxy --obs-password \u003cpassword from WebSocket Server Settings in OBS\u003e\n```\n\nAnother terminal (to test if the proxy works):\n```sh\ngo install github.com/xaionaro-go/obs-grpc-proxy/cmd/obsgrpccli@latest\n\"$(go env GOPATH | awk -F : '{print $1}')\"/bin/obsgrpccli --method-name GetStats --request-data '{}'\n```\n\nAn example (of testing if the proxy works):\n```\nxaionaro@void:~/go/src/github.com/xaionaro-go/obs-grpc-proxy$ go run ./cmd/obsgrpccli/ --method-name GetStats --request-data '{}'\n{\n \"memoryUsage\": 695,\n \"availableDiskSpace\": 296551,\n \"activeFps\": 30,\n \"averageFrameRenderTime\": 1,\n \"renderSkippedFrames\": 280,\n \"renderTotalFrames\": 10508211,\n \"webSocketSessionIncomingMessages\": 2,\n \"webSocketSessionOutgoingMessages\": 2\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaionaro-go%2Fobs-grpc-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxaionaro-go%2Fobs-grpc-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxaionaro-go%2Fobs-grpc-proxy/lists"}