Skip to content

Commit d8a0fe2

Browse files
committed
Finalized test for release 2.1, soo updating docs to reflect this.
1 parent 6867a43 commit d8a0fe2

2 files changed

Lines changed: 35 additions & 25 deletions

File tree

docs/assets/Cplay-v2-1.png

1.96 MB
Loading

docs/index.md

Lines changed: 35 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,11 @@ nav_order: 1
88

99
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/).
1010

11-
![Render v2](assets/Cplay-v2.png)
11+
## Latest Release Version: 2.1
1212

13-
![Render Dome Image 1](assets/CPlay-in-dome-1.jpg)
13+
![Render C-Play v2.1](assets/Cplay-v2-1.png)
1414

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-
![Render v2 with Sections](assets/Cplay-v2-section.png)
31-
32-
### Current Features
15+
### Content features
3316
These are just some features that set C-Play apart from others media/video players:
3417

3518
C-Play support media that is:
@@ -42,9 +25,23 @@ C-Play support media that is:
4225

4326
- Any "flat" media arbitary aspect ratio
4427

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)
4639

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:
4845

4946
- Runs a QT/QML UI application on master computer and small none-UI GLFW/SGCT application on clients.
5047

@@ -64,9 +61,6 @@ Some technical features:
6461

6562
- Tested and used on primarily Windows 10, in domes and other big arenas.
6663

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-
7064
## Guides
7165
1. [Install C-Play](install)
7266
1. [Setup C-Play](setup)
@@ -76,6 +70,22 @@ To launch application on master+nodes, we use an own developed application calle
7670
1. [Remote control](remote_control)
7771
1. [Build from code](build)
7872

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+
7989
# License
8090
C-Play is licensed under the [GNU General Public License v3.0](https://choosealicense.com/licenses/gpl-3.0/)
8191

0 commit comments

Comments
 (0)