English | 简体中文
This project is a desktop/laptop live streaming tool, based on Tencent Real-Timing Communication(TRTC), allowing you to quickly start online live streaming.
- OS supported: Windows 10+.
- Device need: camera, microphone and speaker.
- Go to the Application management page in the TRTC console, select Create Application, enter an application name such as
TUIKitDemo
, and click Confirm. - Click Application Information on the right of the application, note the
SDKAppID
and key:SDKAppID
: A number in parentheses after 'TUIKitDemo'.SDKSecretKey
: Click Copy SDKSecretKey.
- Clone the repository
git clone https://github.com/Tencent-RTC/ultra-live-electron.git
cd ultra-live-electron
-
Open
src/debug/basic-info-config.js
and fill inSDKAppID
andSDKSecretKey
. -
Run in development mode
npm install
npm run start
The built installation package is in the release
directory.
npm run pack:win64