video.html 1.1 KB

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title></title>
  6. </head>
  7. <body>
  8. 111
  9. <object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://download.videolan.org/pub/videolan/vlc/last/win32/axvlc.cab" id="vlc" name="vlc" class="vlcPlayer" events="True">
  10. <param name="Src" value="rtsp://admin:xw123456@172.16.1.64:554/Streaming/Channels/101" />
  11. <param name="ShowDisplay" value="True" />
  12. <param name="AutoLoop" value="False" />
  13. <param name="AutoPlay" value="True" />
  14. <embed id="vlcEmb" type="application/x-google-vlc-plugin" version="VideoLAN.VLCPlugin.2" autoplay="yes" loop="no" width="640" height="480" target="rtsp://admin:xw123456@172.16.1.64:554/Streaming/Channels/101" >
  15. </embed>
  16. </object>
  17. 11
  18. <video class="vjs-tech" width="100%" height="100%" controls="controls" autoplay="autoplay" x-webkit-airplay="true" x5-video-player-fullscreen="true" preload="auto" playsinline="true" webkit-playsinline x5-video-player-typ="h5"> <source type="application/x-mpegURL" src="http://hls.open.ys7.com/openlive/80be83ce56644da5947750b57406e2d2.m3u8"></video>
  19. </body>
  20. </html>