mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 20:01:35 +00:00
bb56d6eab7
This also comes with a docker image to collect all dependencies and build everything. Fixes https://github.com/centricular/gstwebrtc-demos/pull/20
19 lines
344 B
YAML
19 lines
344 B
YAML
version: '3'
|
|
|
|
services:
|
|
# uncomment the sendrecv you would like to use
|
|
#
|
|
# sendrecv-gst:
|
|
# build: ./sendrecv/gst
|
|
sendrecv-gst-rust:
|
|
build: ./sendrecv/gst-rust
|
|
sendrecv-js:
|
|
build: ./sendrecv/js
|
|
ports:
|
|
- 8080:80
|
|
depends_on:
|
|
- signalling
|
|
signalling:
|
|
build: ./signalling
|
|
ports:
|
|
- 8443:8443
|