2024-09-06 16:52:59 +03:00
2024-09-06 16:20:07 +03:00
2024-09-06 16:52:59 +03:00

o11 OTT Streamer v3 Docker Image (UBUNTU 18.04)

This Dockerfile will install o11 Streamer v3 with Base Image Ubuntu 18.04. It will install also all nessary packages and Python v3.8.0 and Pip.

Caution

Please note that a GIT-TOKEN is required to complete the installation. The GIT-TOKEN is private and will not be share public.

1. Install Docker on your Server

https://docs.docker.com/engine/install/ubuntu/

2. Cloning the Git Repo

Clone this Repo to your Server git clone https://git.bitmaster.cc/BitMaster/ubuntu-o11v3-docker.git && cd ubuntu-o11v3-docker

3. Building the Docker Image

Build docker image with docker build -t ubuntu_o11_v3 --build-arg GIT_TOKEN=ADD_YOUR_TOKEN_HERE .

!!! YOU NEED A VALID TOKEN, DON'T FORGET TO COPY THE DOT AT THE AND OF THIS COMMAND LINE !!!

4. Running the Docker Image

Run docker image with docker run -d --network bridge -p 1234:1234 --name ubuntu_o11_v3 --restart always ubuntu_o11_v3

5. Open the o11 WebUI

http://yourserverip:1234
User: admim
Pass: admin
Description
o11 OTT Streamer Docker Image with Ubuntu 18.04 as Base Image
Readme 34 KiB
Languages
Dockerfile 100%