Add WebRTC support using libdatachannel
The WebRTC is exposed via `/video.html` endpoint and enabled by default as long as h264 stream is available.
This commit is contained in:
@ -24,5 +24,5 @@ ADD / /src
|
||||
WORKDIR /src
|
||||
RUN git clean -ffdx
|
||||
RUN git submodule update --init --recursive --recommend-shallow
|
||||
RUN git submodule foreach git clean -ffdx
|
||||
RUN git submodule foreach --recursive git clean -ffdx
|
||||
RUN make -j$(nproc)
|
||||
|
Reference in New Issue
Block a user