Video Component with Youtube video

Hello,

I am not sure if it is possible but I was wondering if it is possible to play a Youtube link with the video component on Wappler.


        <div class="row">

            <div class="col">

                <video is="dmx-video" id="video1" autoplay="true" playinview="true" controls="true" src="https://www.youtube.com/watch?v=0G383538qzQ&list=RD0G383538qzQ&start_radio=1"></video>

            </div>

        </div>'''

Thank you

No, that’s not possible. The video player expects a video file on your server.
If you want to play youtube videos on the site, just use the youtube embed link.

Interesting. Thank you for the answer @Teodor . I am guessing it is the same process as image processing. I understand it now.

You can even have responsive youtube embeds with Bootstrap:

Thank you for this link. I will be reading it now. :+1: