video2.php 413 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta content="initial-scale=1, maximum-scale=1,user-scalable=no" name="viewport">
  6. <title>ArcGIS</title>
  7. <link href="./images/favicon.ico" rel="shortcut icon">
  8. </head>
  9. <body>
  10. <video autoplay controls muted controlslist="nodownload" name="media">
  11. <source src="http://127.0.0.1:8800/ArcGIS/video.php" type="video/mp4">
  12. </video>
  13. </body>
  14. </html>