Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit d55f5e3

Browse files
committed
Removed change interval
1 parent b87c360 commit d55f5e3

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

_posts/2019-02-14-customize.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -554,30 +554,6 @@ Then restart BigBlueButton
554554
$ sudo bbb-conf --restart
555555
```
556556
557-
## Change processing interval for recordings
558-
559-
Normally, the BigBlueButton server begins processing the data recorded in a session soon after the session finishes. However, you can change the timing for processing by creating an override for the default `bbb-record-core.timer`.
560-
561-
For example, to process recordings between 18:00 to 05:59, enter
562-
563-
```bash
564-
$ sudo systemctl edit bbb-record-core.timer
565-
```
566-
567-
which will open a text editor. Copy ad paste in the following contents:
568-
569-
```ini
570-
[Timer]
571-
# Disable the default timer
572-
OnUnitInactiveSec=
573-
574-
# Run every minute from 18:00 to 05:59
575-
OnCalendar=18,19,20,21,22,23,00,01,02,03,04,05:*
576-
```
577-
578-
and save the file.
579-
580-
See the man page `systemd.time` (under CALENDAR EVENTS) for more details about the syntax for `OnCalendar=`.
581557
582558
## Transfer published recordings from another server
583559

_posts/change-interval

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## Change processing interval for recordings
2+
3+
Normally, the BigBlueButton server begins processing the data recorded in a session soon after the session finishes. However, you can change the timing for processing by creating an override for the default `bbb-record-core.timer`.
4+
5+
For example, to process recordings between 18:00 to 05:59, enter
6+
7+
```bash
8+
$ sudo systemctl edit bbb-record-core.timer
9+
```
10+
11+
which will open a text editor. Copy ad paste in the following contents:
12+
13+
```ini
14+
[Timer]
15+
# Disable the default timer
16+
OnUnitInactiveSec=
17+
18+
# Run every minute from 18:00 to 05:59
19+
OnCalendar=18,19,20,21,22,23,00,01,02,03,04,05:*
20+
```
21+
22+
and save the file.
23+
24+
See the man page `systemd.time` (under CALENDAR EVENTS) for more details about the syntax for `OnCalendar=`.
25+

0 commit comments

Comments
 (0)