{"id":19238604,"url":"https://github.com/winlinvip/rtc-app-csharp","last_synced_at":"2025-09-10T12:41:13.827Z","repository":{"id":71566711,"uuid":"142126464","full_name":"winlinvip/rtc-app-csharp","owner":"winlinvip","description":"C# AppServer for RTC.","archived":false,"fork":false,"pushed_at":"2019-03-06T09:52:00.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-06T21:33:25.490Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/winlinvip.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":"2018-07-24T08:10:08.000Z","updated_at":"2019-03-06T09:52:01.000Z","dependencies_parsed_at":"2023-05-11T01:45:21.883Z","dependency_job_id":null,"html_url":"https://github.com/winlinvip/rtc-app-csharp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/winlinvip/rtc-app-csharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winlinvip%2Frtc-app-csharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winlinvip%2Frtc-app-csharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winlinvip%2Frtc-app-csharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winlinvip%2Frtc-app-csharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/winlinvip","download_url":"https://codeload.github.com/winlinvip/rtc-app-csharp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winlinvip%2Frtc-app-csharp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274463682,"owners_count":25290115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-09T16:33:47.090Z","updated_at":"2025-09-10T12:41:13.796Z","avatar_url":"https://github.com/winlinvip.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rtc-app-csharp\n\nC# AppServer for RTC.\n\nYou could also write AppServer by following languages:\n\n* Golang: https://github.com/winlinvip/rtc-app-golang\n* Java: https://github.com/winlinvip/rtc-app-java\n* Python: https://github.com/winlinvip/rtc-app-python\n* C#: https://github.com/winlinvip/rtc-app-csharp\n* Nodejs: https://github.com/winlinvip/rtc-app-nodejs\n* PHP: https://github.com/winlinvip/rtc-app-php\n\nFor RTC deverloper:\n\n* RTC [workflow](https://help.aliyun.com/document_detail/74889.html).\n* RTC [token generation](https://help.aliyun.com/document_detail/74890.html).\n\nUse OpenAPI to create channel:\n\n* Golang: https://help.aliyun.com/document_detail/74890.html#channel-golang\n* Java: https://help.aliyun.com/document_detail/74890.html#channel-java\n* Python: https://help.aliyun.com/document_detail/74890.html#channel-python\n* C#: https://help.aliyun.com/document_detail/74890.html#channel-csharp\n* Nodejs: https://help.aliyun.com/document_detail/74890.html#channel-nodejs\n* PHP: https://help.aliyun.com/document_detail/74890.html#channel-php\n\nToken generation algorithm:\n\n* Golang: https://help.aliyun.com/document_detail/74890.html#token-golang\n* Java: https://help.aliyun.com/document_detail/74890.html#token-java\n* Python: https://help.aliyun.com/document_detail/74890.html#token-python\n* C#: https://help.aliyun.com/document_detail/74890.html#token-csharp\n* Nodejs: https://help.aliyun.com/document_detail/74890.html#token-nodejs\n* PHP: https://help.aliyun.com/document_detail/74890.html#token-php\n\n## Usage\n\n1. Generate AK from [here](https://usercenter.console.aliyun.com/#/manage/ak):\n\n```\nAccessKeyID: OGAEkdiL62AkwSgs\nAccessKeySecret: 4JaIs4SG4dLwPsQSwGAHzeOQKxO6iw\n```\n\n2. Create APP from [here](https://rtc.console.aliyun.com/#/manage):\n\n```\nAppID: iwo5l81k\n```\n\n3. Clone SDK and add `aliyun-net-openapi-core` and `aliyun-net-openapi-rtc` to project:\n\n```\ngit clone https://github.com/winlinvip/rtc-app-csharp.git \u0026\u0026\ncd rtc-app-csharp \u0026\u0026\ngit clone https://github.com/aliyun/aliyun-openapi-net-sdk.git\n```\n\n4. Run project with args(replace access key and appid with yours):\n\n```\n--listen=8080 --access-key-id=OGAEkdiL62AkwSgs --access-key-secret=4JaIs4SG4dLwPsQSwGAHzeOQKxO6iw --appid=iwo5l81k --gslb=https://rgslb.rtc.aliyuncs.com\n```\n\n5. Verify  your AppServer by [here](http://ossrs.net/talks/ng_index.html#/rtc-check?schema=http\u0026host=127.0.0.1\u0026port=8080\u0026path=/app/v1/login\u0026room=1237\u0026user=jzufp\u0026password=12345678) or [verify token](http://ossrs.net/talks/ng_index.html#/token-check).\n\n![AppServer Success](https://github.com/winlinvip/rtc-app-golang/raw/master/images/app-ok.png)\n\n![AppServer Failed](https://github.com/winlinvip/rtc-app-golang/raw/master/images/app-failed.png)\n\n![AppServer Error Recovered](https://github.com/winlinvip/rtc-app-golang/raw/master/images/app-recovered.png)\n\n\u003e Remark: You can setup client native SDK by `http://30.2.228.19:8080/app/v1`.\n\n\u003e Remark: Please use your AppServer IP instead by `ifconfig eth0`.\n\n## History\n\n* [391badf](https://github.com/winlinvip/rtc-app-csharp/commit/391badfba9e8059c90476c9fab20d8ab41b90e15), Use HTTP, x3 times faster than HTTPS.\n* [8f15c74](https://github.com/winlinvip/rtc-app-csharp/commit/8f15c74804437f5e77f335bccdf62147b396ef2a), Log the request id and cost in ms.\n* [0dc5727](https://github.com/winlinvip/rtc-app-csharp/commit/0dc572712c55fd0fcdfc9762d0cf752995488da2), [55ea589](https://github.com/winlinvip/rtc-app-csharp/commit/55ea5895819a87036d19482bf522185a641e7e52), Support recover for some OpenAPI error.\n* [1b7aac5](https://github.com/winlinvip/rtc-app-csharp/commit/1b7aac5a065f52f663e1b4474eeee6b099124dc8), Set endpoint to get correct error.\n* Support create channel and sign user token.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinlinvip%2Frtc-app-csharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwinlinvip%2Frtc-app-csharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinlinvip%2Frtc-app-csharp/lists"}