forked from EmilyDirsh/dawati-user-testing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
38 lines (22 loc) · 730 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
This is a prototype application for recording screencasts and webcams simultaneously for running user testing sessions. Use at your own risk.
== system install ==
$ ./autogen.sh --prefix=/usr
$ sudo make install
== single user install ==
Either just run from current directory or use your own prefix.
$ ./autogen.sh --prefix=$HOME/install
== run ==
insight-recorder
== Required dependencies ==
- Gstreamer >= 1.2
- Gstreamer-plugins-good >= 1.2
- Gstreamer-plugins-base>= 1.2
- Gtk 3.12
Debain/Ubuntu package names:
- gir1.2-gstreamer-1.0
- libgstreamer1.0-0
- gstreamer1.0-plugins-good
- gstreamer1.0-plugins-base
Optional for translations:
- python-gettext
# special for ubuntu gir1.2-appindicator3-0.1