From 12df87e791ee6e468df31a6c468595b8c124a2b4 Mon Sep 17 00:00:00 2001 From: Chris Hiszpanski Date: Sat, 21 May 2022 01:04:33 -0700 Subject: Bare bones demo * ICE candidate parser * Simple demo.html * Outline of tinyrtc.h --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..095d825 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +TinyRTC +======= + +A header-only implementation of WebRTC for small systems like IP cameras + +Build +----- + + make + +Running +------- + +The demo uses stdin/stdout for signaling, with one message per line. +The excellent [websocketd](https://websocketd.com) utility wraps stdin/stdout +into a websocket. Run: + + websocketd --port=8080 --staticdir=example ./example/webrtcd + +Then visit: + + http://localhost:8080/ -- cgit v1.2.3