Added dino with libhandy

This commit is contained in:
2022-07-11 14:22:39 +02:00
parent 7871953e08
commit 74600d25b0
3 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
To enable video calls, install the following packages.
Transport level security:
- gst-plugins-srtp
- gst-plugins-dtls
Peer to peer connection reliability:
- gst-plugins-libnice
Video output into a window:
- gst-plugins-gtk
At least one codec is needed in common with the other end of the call, as they
are negotiated when the call begins.
Video codecs:
- gst-plugins-x264
- gst-plugins-vpx
Audio codecs:
- gst-plugins-good
- gst-plugins-speex
- gst-plugins-opus