The video will not play according to the [currentTime] if [controls] set to "false".
Here is the sample code:
This is working: <cloudflare-stream [controls]="true" [autoplay]="true" [currentTime]="10" src="644822f93dcddab3e9441587d184ca2f"></cloudflare-stream>
This is NOT working: <cloudflare-stream [controls]="false" [autoplay]="true" [currentTime]="10" src="644822f93dcddab3e9441587d184ca2f"></cloudflare-stream>
The video will not play according to the [currentTime] if [controls] set to "false".
Here is the sample code:
This is working:
<cloudflare-stream [controls]="true" [autoplay]="true" [currentTime]="10" src="644822f93dcddab3e9441587d184ca2f"></cloudflare-stream>
This is NOT working:
<cloudflare-stream [controls]="false" [autoplay]="true" [currentTime]="10" src="644822f93dcddab3e9441587d184ca2f"></cloudflare-stream>