From 877546b66eea30649c583e24ab15a19f4789dbef Mon Sep 17 00:00:00 2001 From: 0xboobface <0xboobface@gmail.com> Date: Mon, 5 Nov 2018 19:32:57 +0100 Subject: [PATCH] Update FAQ section on the website --- docs/index.html | 51 +++++++------------------------------------------ 1 file changed, 7 insertions(+), 44 deletions(-) diff --git a/docs/index.html b/docs/index.html index f7822245..d446ff01 100644 --- a/docs/index.html +++ b/docs/index.html @@ -109,19 +109,19 @@
- + Download for Windows!
- + Download for Windows (no JRE)!
- + Download for Linux! @@ -271,45 +271,7 @@
-
- - -
-
-
- -
-
-
-
- Try the Linux version. It contains shell scripts, which should work under Mac, too. - If they don't work, please ask for help. -
-
-
- - -
-
-
- -
-
-
-
CTB Recorder also creates a - playlist file called playlist.m3u8. If your media player is - capable of playing playlist, you can just open the playlist and - enjoy your recording. Alternatively go to the recordings tab, right - click on the recording and select "Merge segments". This will - create one big .ts file of the whole recording. -
-
-
- +
@@ -342,8 +304,9 @@
The archive you downloaded contains a server.bat or server.sh, which can be used to start the server. On the first start, the server uses a default configuration. Once you terminate the server by pressing ctrl + c, the config is stored in your user home.
- On windows that is C:\Users\{your user name}\AppData\Roaming\ctbrec\server.json
- On linux that is ~/.config/ctbrec/server.json
+ On Windows that is C:\Users\{your user name}\AppData\Roaming\ctbrec\server.json
+ On Linux it is ~/.config/ctbrec/server.json
+ On macOS it is /Users/{your user name}/Library/Preferences/ctbrec
You can open this file in a text editor and change it to your likings. You probably only want to change httpPort and recordingsDir. Most of the other stuff is irrelevant since the server and CTB Recorder use the same config file format. When the server is running, you can connect to it with CTB Recorder by changing the setting "Record location" to "Remote".