How to upload a video in the Frappe Forum

Hello
Whenever I raise an issue on the forum, I have to post its video as well, but since the video is only 2 to 3 minutes long, it is not being posted.

can anyone make a video on this and share with me.

  <video>
      <source src="https://www.youtube.com/watch?v=favi7avxIag" type="video/mp4">
   </video>

I use this but not work.

For the YouTube video, you can directly put the URL without any format.

But how to post recorded videos?
can you make a video of posting video in the forum please.

Share the drive link. Additionally, GIFs are supported, so you can convert the video into a GIF.

If the video is less than 10 MB, first create a GitHub repository and upload it. GitHub will then generate a URL. Use that URL in the following format:

<video controls="">
    <source src="" type="video/mp4">
</video>