Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Fix WebRTC player doc and update 8k stream in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
daijh committed Jan 13, 2020
1 parent ee4c4fc commit cac8d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WebRTC-Sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ cd WebRTC-Sample/owt-linux-player/player

# Press "s" key to start playing
# Press "arrow" keys to change viewport
# Press "q" key to exit
# Press "Esc" key to exit
./render
```
2 changes: 1 addition & 1 deletion WebRTC-Sample/owt-server/deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
&& /home/start.sh
&& /home/restApi.sh -s 8k
&& /home/restart.sh
&& /home/restApi.sh -c /home/Sample-Videos/test1_h265_8k_25fps_60M_100frames.mp4
&& /home/restApi.sh -c /home/Sample-Videos/test1_h265_8k_30fps_60M_100frames.mp4
&& /home/sleep.sh"
network_mode: host
volumes:
Expand Down

0 comments on commit cac8d51

Please sign in to comment.