Solution 1 :

try this:

// import video file
import vdo from './Video.mp4';

// jsx
<video width="320" height="240" controls>
    <source src={vdo} type="video/mp4">
    // if browser does not support video tag it displays below message
    Your browser does not support the video tag.
</video>

Problem :

My Video Is Not Playing Plz Help

The Code

See Image

Website Image

See The Image

Comments

Comment posted by AKX

Don’t post code as images, please.

By