stevennathaniel

kode untuk streaming video menggunakan HTML5

Dec 13th, 2017
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <title>Simple video example</title>
  6.   </head>
  7.   <body>
  8.     <h1>Below is a simple video example</h1>
  9.  
  10.     <video src="file1.mkv" type='video/mp4; codecs="theora, vorbis"' autoplay controls></video>
  11.   </body>
  12. </html>
Add Comment
Please, Sign In to add comment