You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+35-25Lines changed: 35 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,28 +8,11 @@ nav_order: 1
8
8
9
9
C-Play is a video/media player developed for cluster environments where you need multiple computers and/or displays to run your content on. The displays could be flat or curved in any setup that is supported by our underlying toolkit [SGCT](https://sgct.github.io/) and any media format supported by [MPV](https://mpv.io/).
10
10
11
-

11
+
## Latest Release Version: 2.1
12
12
13
-

13
+

14
14
15
-
## General
16
-
C-Play is an open source cluster video player, based on these open source projects:
17
-
18
-
-[SGCT](https://sgct.github.io/) - Our own simple graphics cluster toolkit
19
-
-[LibMPV](https://github.com/mpv-player/mpv) - command line video player, using FFmpeg
20
-
-[FFmpeg](https://github.com/FFmpeg/FFmpeg) - The one and only video decoder/encoder
21
-
-[Haruna](https://github.com/g-fb/haruna) - Qt/QML UI for MPV
22
-
23
-
Optional libraries in C-Play version 2.1 and above.
24
-
25
-
-[NDI SDK](https://ndi.video/for-developers/ndi-sdk/) - Support frame-synced NDI streams, video and audio
26
-
-[Poppler](https://poppler.freedesktop.org/) - For rendering PDF pages
27
-
28
-
## Version: 2.0
29
-
30
-

31
-
32
-
### Current Features
15
+
### Content features
33
16
These are just some features that set C-Play apart from others media/video players:
34
17
35
18
C-Play support media that is:
@@ -42,9 +25,23 @@ C-Play support media that is:
42
25
43
26
- Any "flat" media arbitary aspect ratio
44
27
45
-
- Media can be added as layers within slides, using numerous inputs, such as image, video, audio, NDI and PDF.
28
+
Media can be added as layers within slides, using numerous inputs, such as
29
+
30
+
-*Images* (JPG and PNGs)
31
+
32
+
-*PDF* (Common export format from PPT)
33
+
34
+
-*Videos* (H264, HEVC/H265, AV1/H266, VP9 etc)
35
+
36
+
-*Audio* (WAV, AAC etc)
37
+
38
+
-*NDI* (Live streams form local network)
46
39
47
-
Some technical features:
40
+
-*Streams* (Youtube etc supported through FFmpeg)
41
+
42
+
With above layers, you can make it as easy as using powerpoint to create an immersive presentation.
43
+
44
+
### Technical features:
48
45
49
46
- Runs a QT/QML UI application on master computer and small none-UI GLFW/SGCT application on clients.
50
47
@@ -64,9 +61,6 @@ Some technical features:
64
61
65
62
- Tested and used on primarily Windows 10, in domes and other big arenas.
66
63
67
-
### Launcher
68
-
To launch application on master+nodes, we use an own developed application called [C-Troll](https://github.com/c-toolbox/C-Troll).
69
-
70
64
## Guides
71
65
1.[Install C-Play](install)
72
66
1.[Setup C-Play](setup)
@@ -76,6 +70,22 @@ To launch application on master+nodes, we use an own developed application calle
76
70
1.[Remote control](remote_control)
77
71
1.[Build from code](build)
78
72
73
+
## Launcher
74
+
To launch application on master+nodes, we use an own developed application called [C-Troll](https://github.com/c-toolbox/C-Troll).
75
+
76
+
## Backend
77
+
C-Play is an open source cluster video player, based on these open source projects:
78
+
79
+
-[SGCT](https://sgct.github.io/) - Our own simple graphics cluster toolkit
80
+
-[LibMPV](https://github.com/mpv-player/mpv) - command line video player, using FFmpeg
81
+
-[FFmpeg](https://github.com/FFmpeg/FFmpeg) - The one and only video decoder/encoder
82
+
-[Haruna](https://github.com/g-fb/haruna) - Qt/QML UI for MPV
83
+
84
+
Optional libraries in C-Play version 2.1 and above.
85
+
86
+
-[NDI SDK](https://ndi.video/for-developers/ndi-sdk/) - Support frame-synced NDI streams, video and audio
87
+
-[Poppler](https://poppler.freedesktop.org/) - For rendering PDF pages
88
+
79
89
# License
80
90
C-Play is licensed under the [GNU General Public License v3.0](https://choosealicense.com/licenses/gpl-3.0/)
0 commit comments