blob: c30f1a0871240d79ecc656947bdb6a8aa66a9c5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# ![tinyrtc logo](example/tinyrtc.png) TinyRTC
WebRTC implementation in C for tiny things 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/
|