Skip to content
This repository was archived by the owner on Dec 28, 2022. It is now read-only.

setPlaybackRate is not working. Changing video's speed is not working. #71

Open
ImrozCinchy opened this issue Jan 6, 2021 · 0 comments

Comments

@ImrozCinchy
Copy link

ImrozCinchy commented Jan 6, 2021

I am using Angular 10 and ngx-plyr 4.0.0 and plyr 3.6.3
When I am adding Google Tag Manager scripts to my project I start receiving below error:
image

So whenever I try to change the speed of the video, it brings out the same error in console and there is no change in speed of the video.

This is how I am using the plyr in HTML

<div class="mb-20" plyr [plyrTitle]="selectedVideoDetails.title" [plyrSources]="vimeoSources" [plyrOptions]="plyrOptions"></div>

Where vimeoSources is
[{
src: 'Some vimeo url',
provider: 'vimeo'
}]

and plyrOptions: Plyr.Options = {fullscreen : {enabled: true, fallback: true, iosNative: true, allowAudio: true}};

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant