> For the complete documentation index, see [llms.txt](https://knowlg.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowlg.sunbird.org/use/installation-guide/players/v1/how-to-setup.md).

# How to setup

Please refer to the github readme document.

{% embed url="<https://github.com/project-sunbird/sunbird-video-player/tree/release-4.5.0#readme>" %}

### System Requirements <a href="#system-requirements" id="system-requirements"></a>

To install common player, ensure that your laptop or desktop has the following minimum system requirements:

* Operating System: Windows 7 and above, or 4.2 Mac OS X 10.0 and above/Linux
* RAM: >1.5GB
* CPU: 2 cores, >2 GHz

### Technical specifications

| Technology | Version | Details                                                 |
| ---------- | ------- | ------------------------------------------------------- |
| Node       | > 8.0   | To run project locally                                  |
| Cordova    | ^ 6.0   | Used expecially to communicate with mobile app(cordova) |
| HTML, JS   |         |                                                         |
| Sass       |         | Used for styles                                         |

### Configuration

The common player(content-player) is customizable and configurable before launching any type of content inside any environment (preview or device) it expects few configurations. Based on the configuration content will be rendered in the respective environment.

{% embed url="<https://github.com/project-sunbird/sunbird-content-player/tree/release-4.4.0#how-to-render-the-contents>" %}

### Internal Dependencies

#### [API Service](/learn/product-and-developer-guide/content-service.md)

The APIs service is used to read the content details using READ/GET API calls.

### External Dependencies

#### [Sunbird Telemetry](https://telemetry.sunbird.org/)

Sunbird Telemetry is a specification to instrument all the key events. Using this specification reference applications & services will generate telemetry events.

#### [Sunbird inQuiry](https://inquiry.sunbird.org/)

Sunbird inQuiry is used to play the questionnnaire while playing the content. This is especially used to play Interactive-video content.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowlg.sunbird.org/use/installation-guide/players/v1/how-to-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
