Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit ce7d1db

Browse files
committed
Update doc
1 parent dd1d6a7 commit ce7d1db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

WebRTC-Sample/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ The OWT-LINIX-PLAYER is an immersive 360 video player on linux, with WebRTC back
9292
cd WebRTC-Sample/owt-linux-player
9393

9494
# Latest stable player version
95-
git checkout b9acd1b1b3b6fcd836b9f19848198c21e4c54e1c
95+
git reset --hard b9acd1b1b3b6fcd836b9f19848198c21e4c54e1c
96+
git cherry-pick c2d7289779c64bca3547085e14116036062bb125 151f0e17a65ebb5de1dc2e73c5294d695bdac2fb
9697

9798
# build owt linux sdk and dependencies
9899
./build_webrtc_linux_client_sdk.sh
@@ -117,15 +118,14 @@ vi config.xml
117118
>*2 is WebRTC source type*
118119
- "resolution": 4k
119120
>*Supported 4k or 8k resolution*
120-
- "server_url": ht<span>tp://</span>owt-server-ip:3001
121+
- "server_url": ht<span>tp://</span>**owt-server-ip**:3001
121122

122123
### Start player
123124

124125
```bash
125126
cd WebRTC-Sample/owt-linux-player/player
126-
127-
# Press "s" key to start playing
128-
# Press "arrow" keys to change viewport
129-
# Press "Esc" key to exit
130127
./render
131128
```
129+
- **Press "s" key to start playing**
130+
- Press "arrow" keys to change viewport
131+
- Press "Esc" key to exit

0 commit comments

Comments
 (0)