TRTC Live UIKit
A one-click deployment website template for a live broadcast room based on Tencent RTC.
Framework
Vue.js
This template aims to help users quickly deploy and experience high-quality online live streaming. By reading this documentation, you will learn how to quickly run the TUILiveKit sample project and perform secondary development. In just 5 minutes, you can successfully run the Demo and launch a live streaming experience that's uniquely yours.
With EdgeOne pages, you can achieve zero-code live streaming room setup through quick template deployment.
You can click the "View Demo" button on the left to experience the online demonstration.
Please note that the deployment template is based on secondary development of the original repository code, mainly for experiencing quick deployment features and online Demo. If you need to develop more extensive features, we recommend using the original repository code for in-depth development. Original development repository address: https://github.com/Tencent-RTC/TUILiveKit/tree/main/Web/web-vite-vue3.
The following tutorial will provide detailed guidance on how to quickly run and experience the Demo.
git clone https://github.com/Tencent-RTC/TUILiveKit.git
cd TUILiveKit/Web/web-vite-vue3
npm install
Activate the TUILiveKit service,get the SDKAppID and SDKSecretKey.
Open the TUILiveKit/Web/web-vite-vue3/src/config/basic-info-config.js
file and enter the SDKAppID and SDKSecretKey you got when you activated the service:
Run Demo by typing the command in the terminal.
#cd TUILiveKit/Web/web-vite-vue3
npm run dev
npm run build