Embed YouTube video into libGDX project

I would like to embed YouTube videos to my application? I couldn’t find anything about this topic. Are there any specified methods for this purpose?

You want to play a video in the game? In that case, you may want to try out the gdx-video extension. https://github.com/libgdx/gdx-video

Dunno how it works out though, I never used LibGDX myself.