# Features

<details>

<summary><strong>Progress Bar</strong></summary>

In the side menu, one can configure additional capabilities such as 'Share', 'Download'xt and 'Print'.\
![](/files/lFZ5SFoiBi1lEmzEqiSg)

Sample config:

```
"config": {  
    "sideMenu": { 
      "showShare": true, // show/hide share button in side menu. default value is true
      "showDownload": true, // show/hide download button in side menu. default value is true
      "showExit": false, // show/hide exit button in side menu. default value is false
      "showPrint": true // show/hide print button in side menu. default value is true
    }
}
```

</details>

<details>

<summary>Volume</summary>

This volume feature will be used to increase and decrease sound of the video content.\
![](/files/pUvWy4dPNvlahwGOFTXg)\\

* **Mute:** This mute feature will used to mute the sound of video.![](/files/P1fs0OmpDZ7PGVYWphNO)\\
* **Unmute**\
  This unmute feature will used to unmute the sound of video.![](/files/IF4y2CCivbBXki13O5XU)

</details>

<details>

<summary><strong>Forward and backward</strong></summary>

This forward and backward feature will help us to play video ahead and back.![](/files/eCHzuoHSTjoSAZYEwX7V)

</details>

<details>

<summary><strong>Quality selection</strong>(with streaming)</summary>

This quality selection provides min and max content quality selection based on streaming quality options.\
![](/files/tgIs4nsWwejg941Elz4W)

</details>

<details>

<summary>Play/Pause</summary>

This feature is used play and pause the content

* **Play** : This feature will help us to play content.\
  ![](/files/W3tkczyRgeLM8oDuJELL)\\
* **Pause**: This feature will help us to pause content.\
  ![](/files/zJ3fNf3DkwToyLPsFc9C)

</details>

<details>

<summary>Playing Rate</summary>

This feature will help us play the video at different speeds.![](/files/210Vs94EZvRpzoJU3x9h)

</details>

<details>

<summary>Subtitle selection(captions)</summary>

This feature will help us to select the subtitle for different languages provided by content.\
![](/files/QCMWpHGo16O4GHw8zJ8c)\
The design and implementation document [link](https://project-sunbird.atlassian.net/wiki/spaces/SBDES/pages/3183411217/Enable+transcripts+sub-title+in+video+player)

</details>

<details>

<summary>Interactive Video Support (with QuestionSets)</summary>

Using this feature, we can make the videos interactive, by adding Question-Sets at certain points. As a result, the user will be able to interact with the video.\
![](/files/RoDw2OJaX2nhHBywmuRL) ![](/files/dJzOaKI04Fd95hQhx3j6)\
The design and implementation document [link](https://project-sunbird.atlassian.net/wiki/spaces/PRD/pages/3193962714/Enable+Question-Sets+for+video+content)

</details>


---

# Agent Instructions: 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/learn/product-and-developer-guide/player/v2/video-player/features.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.
