Skip to content

Instantly share code, notes, and snippets.

View VTFLAB's full-sized avatar
☠️
I may be slow to respond.

VTF VTFLAB

☠️
I may be slow to respond.
View GitHub Profile
@VTFLAB
VTFLAB / webrtc-relay.html
Created August 24, 2017 02:03 — forked from tsujio/webrtc-relay.html
Sample of video streaming relay using WebRTC
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script type="text/javascript" src="http://code.jquery.com/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="http://underscorejs.org/underscore-min.js"></script>
<script type="text/javascript" src="http://cdn.peerjs.com/0.3.8/peer.js"></script>
<script type="text/javascript" src="./webrtc-relay.js"></script>