|
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <meta charset='utf-8'> |
| 5 | + <meta http-equiv="X-UA-Compatible" content="chrome=1"> |
| 6 | + <link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'> |
| 7 | + <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen"> |
| 8 | + <link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen"> |
| 9 | + <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print"> |
| 10 | + <!--[if lt IE 9]> |
| 11 | + <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
| 12 | + <![endif]--> |
| 13 | + <title>SimpleRTC by GleasonK</title> |
| 14 | + </head> |
| 15 | + |
| 16 | + <body> |
| 17 | + <div id="container"> |
| 18 | + <div class="inner"> |
| 19 | + |
| 20 | + <header> |
| 21 | + <h1>SimpleRTC</h1> |
| 22 | + <h2>A simple demonstration of WebRTC with PubNub</h2> |
| 23 | + </header> |
| 24 | + |
| 25 | + <section id="downloads" class="clearfix"> |
| 26 | + <a href="https://github.com/GleasonK/SimpleRTC/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a> |
| 27 | + <a href="https://github.com/GleasonK/SimpleRTC/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a> |
| 28 | + <a href="https://github.com/GleasonK/SimpleRTC" id="view-on-github" class="button"><span>View on GitHub</span></a> |
| 29 | + </section> |
| 30 | + |
| 31 | + <hr> |
| 32 | + |
| 33 | + <section id="main_content"> |
| 34 | + <h1> |
| 35 | + <a id="simplertc" class="anchor" href="#simplertc" aria-hidden="true"><span class="octicon octicon-link"></span></a>SimpleRTC</h1> |
| 36 | + |
| 37 | + <p>See what PubNub + WebRTC is capable of!</p> |
| 38 | + <h2><a href="minivid.html">Simple Video 1</a></h2> |
| 39 | + <p>Create a video chat in 20 lines of JavaScript.</p> |
| 40 | + |
| 41 | + <h2><a href="minivid2.html">Simple Video 2</a></h2> |
| 42 | + <p>Add features to that video chat such as group chatting, muting |
| 43 | + streams, and pausing video.</p> |
| 44 | + |
| 45 | + <h2><a href="streams.html">Streaming & Embedding</a></h2> |
| 46 | + <p>Stream video from one device to many listeners. Also embed that |
| 47 | + live video feed anywhere you want!</p> |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + </section> |
| 52 | + |
| 53 | + <footer> |
| 54 | + SimpleRTC is maintained by <a href="https://github.com/GleasonK">GleasonK</a><br> |
| 55 | + This page was generated by <a href="https://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>. |
| 56 | + </footer> |
| 57 | + |
| 58 | + |
| 59 | + </div> |
| 60 | + </div> |
| 61 | + </body> |
| 62 | +</html> |
0 commit comments