Open 0x80085 opened 1 year ago
Also is this thing still maintained?
After 2 weeks of no answer of anyone - I think it's safe to say this is not maintained
I will look for another way to achieve what I need and remove this bloat lib from my project.
Trying to wrap a SoundCloud iframe using this library but there appear to be 2 problems:
div class="plyr__video-embed" id="player" > iframe src="soundcloud-url-here"
, it does not work with the ngx-plyr variant. Nor is it described anywhere whether it does (not) work. Also using the 'old' plyr method, i cant seem to access the plyr js Object to control it. Reffing the iframe or wrapper does not allow access to plyr methods.It simply shows a black screen and appears to misinterpret the iframe for what i can see. It logs no errors either, so I have no clue what is going wrong.
example NOT working (access to plyr but no video appears, black screen no errors)
Sorta working, but cant control it (plays, but no access to plyr methods)
Also is this thing still maintained?
Thanks