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

Commit

Permalink
Add missing files for runtime Dockerfile (#43)
Browse files Browse the repository at this point in the history
Also fixed wrong path typos in README file.
  • Loading branch information
U1X6WK committed Jun 30, 2022
1 parent ce52bbf commit 5adf1b8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions OMAF-Sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ For details in FFmpeg plugins' parameters, refer to the [FFmpeg usage doc](../sr
- Client :
```bash
sudo su
cd path_to/Immersive-Video-Sample/src/build/client/player
cd path_to/Immersive-Video-Sample/src/build/client/player/app
export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
vim config.xml # Set up configuration, details in table at bottom.
./render # Press 'q' button to quit.
Expand Down Expand Up @@ -94,7 +94,7 @@ For details in FFmpeg plugins' parameters, refer to the [FFmpeg usage doc](../sr
- Client :
```bash
sudo su
cd path_to/Immersive-Video-Sample/src/build/client/player
cd path_to/Immersive-Video-Sample/src/build/client/player/app
export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
vim config.xml # Set up configuration, details in table at bottom.
./render # Press 'q' button to quit.
Expand Down
8 changes: 6 additions & 2 deletions OMAF-Sample/server/Dockerfile.runtime
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ COPY --chown=10001:10001 --from=base /usr/local/nginx /usr/local/nginx
COPY --chown=10001:10001 --from=base /usr/local/lib/libHevcVideoStreamProcess.so /usr/local/lib/
COPY --chown=10001:10001 --from=base /usr/local/lib/libHighResPlusFullLowResPacking.so /usr/local/lib/
COPY --chown=10001:10001 --from=base /usr/local/lib/libSegmentWriter.so /usr/local/lib/
COPY --chown=10001:10001 --from=base /usr/bin/bc /usr/bin
COPY --chown=10001:10001 --from=base /usr/bin/openssl /usr/bin
COPY --chown=10001:10001 --from=base /usr/local/lib/libMPDWriter.so /usr/local/lib/
COPY --chown=10001:10001 --from=base /usr/lib64/libnuma.so.1.0.0 /usr/lib64/
COPY --chown=10001:10001 --from=base /usr/lib64/libnuma.so.1 /usr/lib64/
COPY --chown=10001:10001 --from=base /usr/bin/numactl /usr/bin/
COPY --chown=10001:10001 --from=base /usr/bin/bc /usr/bin/
COPY --chown=10001:10001 --from=base /usr/bin/openssl /usr/bin/
COPY --chown=10001:10001 --from=base /root/WorkerServer /root/

EXPOSE 443
Expand Down

0 comments on commit 5adf1b8

Please sign in to comment.