You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# in 360-server containercd /home/owt-server/dist
./bin/init-all.sh
# run service
run_360Server.sh
# configure 4kcd /home/RESTful
./restApi.sh # usage
./restApi.sh -s 4k
# restart service to make configuration to take effect
run_360Server.sh
# start inputcd /home/RESTful
./restApi.sh -c /home/Sample-Videos/test1_h265_3840x2048_30fps_30M_200frames.mp4
# log for debugcd /home/owt-server/dist/logs
# run container 360-client
docker run --net="host" \
--privileged \
-e http_proxy \
-e https_proxy \
-e no_proxy \
-e DISPLAY \
--name 360-client \
-itd ubuntu-18.04-ovc-client-f \
/bin/bash
# Do not need to attach to container, only copy source into host# docker attach 360-client