demoloadstreamfromurl.html 429 B

12345678910111213141516171819
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>Load stream from URL demo</title>
  7. <script src="demoloadstreamfromurl.js"></script>
  8. </head>
  9. <body>
  10. <h1>Demo loading file from URL to stream</h1>
  11. <div id="pasjsconsole">
  12. </div>
  13. <script>
  14. rtl.run();
  15. </script>
  16. </body>
  17. </html>