--- tags: Touch Cloud --- # How to start RealT4 Demo application 1. Host: 192.168.2.88 2. Start the RTSPtoWeb ```shell= ! docker run -d -p 8083:8083 --name rtsp-to-web -v /workspace/Talentrue/config.json:/config/config.json ghcr.io/deepch/rtsptoweb:latest ``` 3. Start the Talentrue.js 1. Modify the config at res/json/configMain.json ```json= { "API": { "getCamStatusIp": "http://192.168.2.88:5324/camera_status", "getColumbaStatusIp": "http://192.168.2.88:7000/api/v1.0/columba/status" }, "video": { "endPoint": "HLSLL", "RTSPtoWebServerAddr": "61.216.90.111:8083" } } ``` 2. Start the application ```shell= cd /workspace/Demo/Talentrue docker compose up -d ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up