-
Notifications
You must be signed in to change notification settings - Fork 4
/
README.txt
60 lines (48 loc) · 2.29 KB
/
README.txt
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
--------------------------------------------------------------------------------
--------------------------------- OOHOO CAPTURE --------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Description
--------------------------------------------------------------------------------
This repository allows users to record video, sound and take a photo
WITHOUT a streaming server.
This works as any other Moodle 2.x repository. It must first be enabled.
Once enabled, it will show up in the file picker. Simply click on the "Capture"
repository and choose whether you want to record a sound, video or a picture taken
with your webcam.
Once you are done recording, you can edit your video by trimming the beginning
and the end.
Note: You must install FFMPEG on your Moodle server inorder for this plugin
to work.
--------------------------------------------------------------------------------
Prerequisites
--------------------------------------------------------------------------------
Server side:
- FFMPEG Recent version or AVCONV. In order for the conversion to work, ffmpeg or avconv must have
the audio codec "aac".
- And nothing else!
Client side:
- Flash Player - latest version
- Javascript activated
- Microphone for video and audio recording
- Camera for video and photo
--------------------------------------------------------------------------------
Installation
--------------------------------------------------------------------------------
1. Rename the folder to 'capture'
2. Copy the folder tab to moodle/repository
3. Install the plugin
4. Activate it in:
-> Site administration
-> Plugins
-> Repositories
-> Manage repositories
5. Set the default fields for the repository.
Note: You can customize the access to each functionality (audio, video, photo)
with capabilities:
- repository/capture:view - The general access
- repository/capture:video
- repository/capture:audio
- repository/capture:photo
--------------------------------------------------------------------------------
For more informations, please go to the online documentation => http://oohoo.biz