blob: b51e4391562efec1d92c9517dc1a7ec2cf79e838 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
|