- We set new interface colors.
- Add a logo (dog icon in the bottom-right corner).
- Add the button to select the playback speed.
- Enable the “mute” option by default.

Configure custom player in the customer portal
1. Go to the Players tab and click Create a player.


- Autoplay. If the option is active, a video starts playing automatically when a user opens the website page with it. This option should be enabled if you want to playback Live imitation automatically.
- Mute. If the option is active, video plays with the sound off.
5. Enable necessary player control options:
- Disable skin. If the option is active, the player control elements are hidden.
- Save user settings. If the option is active, users watch the video with the same quality and sound settings they have had previously. It works until the browser cache gets cleared.
- Share video. If the option is active, a sharing button appears in the upper-right corner of the video for the users to post it to social networks.
- Playback speed control. If the option is active, users can slow down and speed up VOD playback.
- Pause when clicking on player. If the option is active, video stops by clicking at any point on the player’s screen.
- Background color for the bottom panel of the player.
- Foreground color for the elements on the bottom panel.
- Text color for timeline.
- Hover color for those elements on the bottom panel that the cursor is hovering over.
Customize player behavior using query string
You can make real-time adjustments to the player’s functionality by adding the following parameters to the player’s URL:?no_low_latency
?t=(format)
?sub_lang=(language)
?no_low_latency
Use this parameter to ensure that the player uses non-low-latency streams HLS MPEG T instead of MPEG-DASH CMAF or LL-HLS CMAF. This parameter takes no arguments. Example:https://player.gvideo.co/broadcasts/2675_21606?no_low_latency
?t=(format)
Set time to rewind from the beginning of play. It only applies to video on demand (VOD). This parameter takes two arguments:Argument | Description | Example |
---|---|---|
t = (integer) | Number of seconds to start playing from. | t=15 https://player.gvideo.co/videos/2675_zH5vyOfkNqoxzei?t=15 |
t = [(integer)h][(integer)m][(integer)s] | Set start time point in HMS format, where h = hours, m = minutes, s = seconds. | t=1h30m, 34m, 2m30s https://player.gvideo.co/videos/2675_zH5vyOfkNqoxzei?t=1m2s |
?sub_lang=(language)
Display subtitles in a specific language. This parameter takes the following argument:Argument | Description | Example |
---|---|---|
sub_lang = (ISO language code, 2 letters) | Use two letters that correspond to the ISO 639 language codes. | sub_lang=de https://player.gvideo.co/videos/2675_QtN3sYHVPy3KF2n?&sub_lang=de |