Player can't load
Update: Thank you JF now the issue fixed.
change "header('Referrer-Policy: same-origin');". to "header('Referrer-Policy: strict-origin-when-cross-origin');" maybe can help people with similar problem.
Is anyone else in the EU/Germany experiencing the same issue? If I add a YouTube video via the media library, the player can’t load. If I insert the video directly into a post, the original YouTube player is shown after a few seconds, although I have already enabled the option “Play Embedded Videos With FluentPlayer.”
Screenshot: The player can't load. The console has no errors.
You can use the FluentPlayer Block.
Shahjahan Jewel thx for quick reply. As the screenshot shows, if I use block, also add a media via media list (admin.php?page=fluent-player), the player can't load too. So I want to know it is the player bug, or maybe the limit from youtube for EU users?
Peng Xie Maybe some kind of conflict. Would you please open a support ticket,
Hi Peng Xie I had a similar issue with YT videos. In my case it was a security setting blocking it: "header('Referrer-Policy: same-origin');". So, I changed it to "header('Referrer-Policy: strict-origin-when-cross-origin');" and it's working now. Maybe check your security plugin and rules. Good luck!