diff --git a/docs/index.html b/docs/index.html index a3b99ea3..d6fcc439 100644 --- a/docs/index.html +++ b/docs/index.html @@ -47,10 +47,13 @@ Screenshots + @@ -230,9 +233,149 @@ - - -
+ + +
+
+

FAQ

+
+
+
+
+ + +
+
+
+ +
+
+
+
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 recordings tab, right + click on the recording and select "Merge segments". This will + create one big .ts file of the whole recording. +
+
+
+ + +
+
+
+ +
+
+
+
+ A .ts file is a MPEG transport stream, which contains the video and + audio of the stream. If you want to convert a .ts file into mp4 + or mkv you can use a program like Handbrake or Avidemux. +
+
+
+ + +
+
+
+ +
+
+
+
+ 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
+ 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". +
+
+
+ + +
+
+
+ +
+
+
+
+ If you know what Java is and if you know, that you have Java installed, you can use the (no JRE) version. Otherwise you are better off using the + standard Windows download, because it comes with all necessary dependencies. +
+
+
+ + +
+
+
+ +
+
+
+
+ Go to the project website and create a new Issue. +
+
+
+ + +
+
+
+ +
+
+
+
+ Go to the project website and create a new Issue. +
+
+
+ + +
+
+
+ +
+
+
+
+ Go to the project website and create a new Issue. +
+
+
+
+
+
+
+
+ + +

Source Code