问题
i'm trying to make a custom controller for youtube embed video with angular, because my concern is the video previllage, it's only for paid user so i don't want user able to access the youtube link and download it or share the link. i'm still looking for the best and have to most feature to control my player, currently i use ngx-embed-video but they don't have an api to control the player, whether the video is played, paused, fullscreen etc.
i found this https://ragtam.github.io/yt-player-angular/ but they don't have a fullscreen function so i can't really using it.
this website https://zulu.id/video/17-17-6956/tonight-show-season-1/gofar-hilman-memilih-jago-akting-daripada-fisik-semata have that control using videojs-youtube but it's for angularjs, and i can't make it work with angular 8, if anyone have a working example for this or any thoughts would be very helpfull.
来源:https://stackoverflow.com/questions/63490785/custom-control-for-youtube-embed-with-angular-8