U
U
Urope2021-01-08 13:28:13
ASP.NET
Urope, 2021-01-08 13:28:13

How to synchronously play videos on the site from different windows?

I want to make a service that will allow several people to watch videos at the same time. This is how I embed the video on the site:

<head>
    <meta charset="utf-8" />
    <title>Embedded Video Example</title>
</head>
<body>
    <h1>Embedded Video Example</h1>
    <p>The following video provides an introduction to WebMatrix:</p>
    <iframe width="560"
            height="315"
            src="https://www.youtube.com/embed/Ir7J0eEuWgk"
            @*https://www.youtube.com/watch?v=Ir7J0eEuWgk*@
            frameborder="0"
            allowfullscreen></iframe>

</body>


How can I share this video with other users now?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question