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

Commit

Permalink
Update build scripts and documentation typos (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
U1X6WK committed Jun 30, 2022
1 parent 8ed7584 commit 5f042bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions OMAF-Sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
make build -j $(nproc)
docker image ls
# REPOSITORY TAG
# immersive-server v1.8
# immersive-server-base v1.8
# immersive-server v1.10
# immersive-server-base v1.10
```

- Client :
Expand All @@ -46,7 +46,7 @@

- Server :
```bash
docker run --privileged -p 30001:443 -p 30002:8080 -it immersive-server:v1.8 bash # Map the port.
docker run --privileged -p 30001:443 -p 30002:8080 -it immersive-server:v1.10 bash # Map the port.
cd /usr/local/nginx/conf/
./configure.sh CN Shanghai A B C D [email protected] # './configure.sh -h' for details.
/usr/local/nginx/sbin/nginx # Start nginx.
Expand Down
2 changes: 1 addition & 1 deletion OMAF-Sample/server/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ parameters_usage(){
REPOPATH=`echo $1 | awk -F "OMAF-Sample" '{print $1}'`
SRCPATH="${REPOPATH}src/"
DSTPATH="${REPOPATH}OMAF-Sample/server/src/"
VERSION="v1.8"
VERSION="v1.10"
IMAGEPREFIX="immersive-server"
BASETAG="${IMAGEPREFIX}-base:${VERSION}"
RUNTIMETAG="${IMAGEPREFIX}:${VERSION}"
Expand Down
2 changes: 1 addition & 1 deletion OMAF-Sample/server/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
enableServiceLinks: false
containers:
- name: immersive-server
image: immersive_server:v1.8
image: immersive_server:v1.10
command: [ "/bin/sh","-c" ]
args:
- cd /usr/local/nginx/conf/ &&
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Open Visual Cloud Immersive Video Samples
[![Travis Build Status](https://travis-ci.com/OpenVisualCloud/Immersive-Video-Sample.svg?branch=master)](https://travis-ci.com/OpenVisualCloud/Immersive-Video-Sample)
[![Stable release](https://img.shields.io/badge/latest_release-v1.8.0-green.svg)](https://github.com/OpenVisualCloud/Immersive-Video-Sample/releases/latest)
[![Stable release](https://img.shields.io/badge/latest_release-v1.10.0-green.svg)](https://github.com/OpenVisualCloud/Immersive-Video-Sample/releases/latest)
[![Contributions](https://img.shields.io/badge/contributions-welcome-blue.svg)](https://github.com/OpenVisualCloud/Immersive-Video-Sample/wiki)

This Immersive Video project includes 2 samples which are based on different streaming frameworks.
Expand Down

0 comments on commit 5f042bb

Please sign in to comment.