From ab7cb9df8d86c0403a96f0d23b03ab342a8d5d28 Mon Sep 17 00:00:00 2001 From: Dmitri Soloviev Date: Sun, 12 Nov 2023 19:07:58 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4af3e3..f063ac5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,13 @@ # sfu2 -The git is aimed to act as a demo for our **flexatar** technology. The SFU inherited from original ![pion](https://github.com/pion/example-webrtc-applications/tree/master/sfu-ws) example, with server-side animating of **flexatar**. +The git is aimed to act as a **demo** for our **flexatar** technology. The SFU inherited from original ![pion](https://github.com/pion/example-webrtc-applications/tree/master/sfu-ws) example, with server-side animating of **flexatar**. -SFU decodes opus audio track, sends it to animating core, builds h.264 video track and uses it as if came from a user. The demo to create your **flexatar** and use in **WebRTC** conference can be found at ![https://flexatar.com](https://flexatar.com). +In the context of the given demo, + * you can create a simplified flexatar by your own + * try any flexatar in WebRTC conference, where SFU decodes opus audio track, sends it to animating core, builds h.264 video track and uses it as if came from a user. + * Alternatively, you can try a demo of rendering with WebGL + +To try this yourself, please visit our demo at ![https://flexatar.com](https://flexatar.com). The final goal is to offer ![in-browser WebGL rendering](https://github.com/dmisol/flexatar-virtual-webcam), introducing personalized **WebRTC Virtual Webcam**.