Thank you for such a nice library. When I am using it, i found I could not get the poster loaded.
In this example, https://stackblitz.com/edit/ngx-plyr?file=src%2Fapp%2Fapp.component.ts, I commented out the videoSources in AppComponent, and then add poster = 'https://bitdash-a.akamaihd.net/content/sintel/poster.png'. After that I use poster in HTML page as [plyrPoster]='poster'. Unfortunately, the background of the video is black before playing the video.
Thank you for such a nice library. When I am using it, i found I could not get the poster loaded.
In this example, https://stackblitz.com/edit/ngx-plyr?file=src%2Fapp%2Fapp.component.ts, I commented out the videoSources in AppComponent, and then add
poster = 'https://bitdash-a.akamaihd.net/content/sintel/poster.png'
. After that I use poster in HTML page as[plyrPoster]='poster'
. Unfortunately, the background of the video is black before playing the video.Is there anything I miss? Thank you