Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmisol authored Nov 12, 2023
1 parent 811b327 commit ab7cb9d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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**.

0 comments on commit ab7cb9d

Please sign in to comment.