-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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**. | ||
|