TCP is to be handled by a TURN server, which provides other improvements like P2P for 1-1 calls.
13 lines
183 B
Docker
13 lines
183 B
Docker
FROM jitsi/base-java
|
|
|
|
RUN \
|
|
apt-dpkg-wrap apt-get update && \
|
|
apt-dpkg-wrap apt-get install -y jitsi-videobridge && \
|
|
apt-cleanup
|
|
|
|
COPY rootfs/ /
|
|
|
|
VOLUME /config
|
|
|
|
EXPOSE 10000/udp
|