Problem/Motivation

Currently, the controls are shown on the Cloudflare Stream videos by default.
In my use-case, we want to show the video as a background animation. In this case, we do not want the enduser to notice it is a video stream, so there is no need to pause/play, boost the volume, change speed, etc.

Proposed resolution

Add a 'controls' option to the format settings.

Comments

pjbaert created an issue. See original summary.

pjbaert’s picture

Assigned: pjbaert » Unassigned
Status: Active » Needs review
StatusFileSize
new3.85 KB

This patch shows an option to show/hide the controls on a video.
The checkbox is set to TRUE by default.

pjbaert’s picture

Version: 8.x-1.x-dev » 8.x-2.x-dev
tim-diels’s picture

Status: Needs review » Needs work
+++ b/js/cloudflare_stream.js
@@ -3,11 +3,17 @@
+      ¶

This should be fixed.

pjbaert’s picture

Status: Needs work » Needs review
StatusFileSize
new3.84 KB

+++ b/js/cloudflare_stream.js
@@ -3,11 +3,17 @@
+ ¶
This should be fixed.

Fixed in my latest patch.

tim-diels’s picture

Status: Needs review » Reviewed & tested by the community

Tested this with the latest 2.x and is working. Good work!

  • pjbaert committed 46a88c0 on 8.x-2.x
    Issue #3162169 by pjbaert, tim-diels: Add an option to show/hide the...
pjbaert’s picture

Status: Reviewed & tested by the community » Fixed

Thank you for reviewing. This is pushed to the 8.x-2.x branch!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.