UNPKG

media-stream-player

Version:

Player built on top of media-stream-library

28 lines (26 loc) 593 B
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>media-stream-player</title> <script src="./media-stream-player.min.js"></script> <style> #root { height: 98vh; } </style> </head> <body> <div id="root" /> <media-stream-player hostname="192.168.0.90" format="JPEG" compression="10" resolution="1920x1080" rotation="0" camera="1" autoplay /> </body> </html>