Serve videojs files locally #2

Open
opened 2021-03-11 18:16:51 +01:00 by decentral1se · 3 comments
Owner
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>Live Streaming</title>
    <link href="https://vjs.zencdn.net/7.10.2/video-js.css" rel="stylesheet" />
    <script src="https://vjs.zencdn.net/7.10.2/video.min.js"></script>
  </head>
  <body>
    <video
      id="player"
      class="video-js vjs-default-skin"
      height="360"
      width="640"
      controls
      preload="none"
    >
      <source
        src="https://video.vvvvvvaria.org/test.m3u8"
        type="application/x-mpegURL"
      />
    </video>
    <script>
      var player = videojs("#player");
    </script>
  </body>
</html>
```html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <title>Live Streaming</title> <link href="https://vjs.zencdn.net/7.10.2/video-js.css" rel="stylesheet" /> <script src="https://vjs.zencdn.net/7.10.2/video.min.js"></script> </head> <body> <video id="player" class="video-js vjs-default-skin" height="360" width="640" controls preload="none" > <source src="https://video.vvvvvvaria.org/test.m3u8" type="application/x-mpegURL" /> </video> <script> var player = videojs("#player"); </script> </body> </html> ```
Author
Owner

Done!

Done!

Can we serve this JS library locally?

Can we serve this JS library locally?
rra reopened this issue 2021-03-13 12:24:51 +01:00
Author
Owner

I personally don't mind, go ahead if you want to do it.

I personally don't mind, go ahead if you want to do it.
decentral1se changed title from Embedding varia RTMP / HLS stream into HTML (!) to Serve videojs files locally 2021-03-17 13:06:17 +01:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: varia/web-narrowcast#2
No description provided.