cloudflare / stream-angular

BSD 3-Clause "New" or "Revised" License
12 stars 11 forks source link

[currentTime] not working if [controls]="false" #4

Open kimmanwky opened 4 years ago

kimmanwky commented 4 years ago

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>