- <html>
- <!-- went to the page of the video:
- https://beta.lbry.tv/unijoy-ubuntu-18.04/6bf4ee80f59181a6bd4effbc82b46cea0e839999
- and got the mp4 url from the <video> tag.
- There's probably a better way than this :) -->
- <head>
- <title>LBRY Video Embed Test</title>
- </head>
- <body>
- <video width="320" height="240" controls>
- <source src="https://api.lbry.tv/content/claims/unijoy-ubuntu-18.04/6bf4ee80f59181a6bd4effbc82b46cea0e839999/stream.mp4" type="video/mp4">
- Your browser does not support the video tag.
- </video>
- </body>
- </html>
|