Iframe video embedding

Hello, I have a problem.I have a website where I embed videos from my channel using iframe codes. The problem is that every video you right-click on shows the url and embed code. Or from peertube settings. Can I block it from showing the url link? And the embed code?I can of course make the videos private on Peertube, but they won’t be displayed on my website.I’m posting a photo of what exactly is going on.
Translated with a translator, sorry for any language errors

Witam, mam problem. Mam stronę internetową, na której osadzam filmy z mojego kanału PeerTube za pomocą kodów iframe. Problem polega na tym, że każdy film, który klikniesz prawym przyciskiem myszy na stronie www, wyświetla adres URL i kod do umieszczenia iframe. Czy mogę zablokować wyświetlanie łącza URL? I kod do umieszczenia na stronie żeby nie były widoczne na mojej stronie www na fiomach które wrzucam? Mogę oczywiście ustawić filmy jako prywatne na Peertube, ale nie będą one wyświetlane na mojej stronie. Zamieszczam zdjęcie, co dokładnie się dzieje…

Hi,

I’m sorry but it’s not possible to disable player context menu yet.

As a hack, you can try to inject custom CSS code (in admin configuration):

.vjs-contextmenu-ui-menu {
  display: none;
}