Run up a janus-gateway instance using docker.
-
Install docker and GStreamer 1.0.
-
Build this image with
make image
-
Run the Janus server with
make run
. This will forward some ports: 8088/tcp (HTTP), 8188/tcp (WebSocket), 6000/udp (RTP) -
Run
./gst_test.sh
to start sending RTP to Janus. -
Start an HTTP server in
webapps/
and browse to the index. You should see a test pattern.