forked from streamium/streamium
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
106 lines (93 loc) · 5.78 KB
/
index.html
File metadata and controls
106 lines (93 loc) · 5.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<!--[if lt IE 7]> <html lang="en" ng-app="streamium" class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html lang="en" ng-app="streamium" class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html lang="en" ng-app="streamium" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html lang="en" ng-app="streamium" class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Streamium</title>
<meta name="description" content="Decentralized trustless video streaming using bitcoin payment channels">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/app/bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/app/app.css">
<link rel="stylesheet" href="/assets/css/styles.css">
<link rel="stylesheet" href="/assets/css/colors/blue.css">
<link rel="stylesheet" href="/assets/icons/icons.css">
<script src="/app/bower_components/jquery/dist/jquery.min.js"></script>
<script type="text/javascript">jQueryBackup = $;</script>
<script src="/app/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<link rel="icon" type="image/png" href="/assets/img/logo.png">
<link href='/assets/css/font.css' rel='stylesheet'>
<link href='/assets/css/bootstrap-notify.css' rel='stylesheet'>
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div ng-view></div>
<!-- In production use:
<script
src="//ajax.googleapis.com/ajax/libs/angularjs/x.x.x/angular.min.js"></script>
-->
<script src="/app/config.js"></script>
<script src="/app/bower_components/async/lib/async.js"></script>
<script src="/app/bower_components/angular/angular.js"></script>
<script src="/app/bower_components/angular-route/angular-route.js"></script>
<script src="/app/bower_components/peerjs/peer.min.js"></script>
<script src="/app/bitcore-lib.min.js"></script>
<script src="/app/bitcore-channel.min.js"></script>
<script src="/app/bower_components/bitcore-explorers/bitcore-explorers.js"></script>
<script src="/app/bower_components/qrcode/lib/qrcode.min.js"></script>
<script src="/app/bower_components/angular-qr/angular-qr.min.js"></script>
<script src="/app/bower_components/events.js"></script>
<script src="/app/bower_components/lodash/lodash.min.js"></script>
<script src="/app/bower_components/inherits.js"></script>
<script src="/app/bower_components/moment/moment.js"></script>
<script src="/app/bower_components/angular-moment/angular-moment.js"></script>
<script src="/app/bower_components/detectrtc/DetectRTC.min.js"></script>
<script src="/app/bower_components/angular-scroll-glue/src/scrollglue.js"></script>
<script src="/app/bower_components/randomcolor/randomColor.js"></script>
<script src="/app/components/bootstrap-notify.js"></script>
<script src="/app/app.js"></script>
<script src="/app/components/rates.js"></script>
<script src="/app/components/bitcoin.js"></script>
<script src="/app/components/core.js"></script>
<script src="/app/components/video.js"></script>
<script src="/app/components/insight.js"></script>
<script src="/app/components/peer.js"></script>
<script src="/app/components/streamer.js"></script>
<script src="/app/client/client.js"></script>
<script src="/app/provider/provider.js"></script>
<script src="/app/client/controller.js"></script>
<script src="/app/provider/controller.js"></script>
<!-- start Mixpanel --><script type="text/javascript">(function(f,b){if(!b.__SV){var a,e,i,g;window.mixpanel=b;b._i=[];b.init=function(a,e,d){function f(b,h){var a=h.split(".");2==a.length&&(b=b[a[0]],h=a[1]);b[h]=function(){b.push([h].concat(Array.prototype.slice.call(arguments,0)))}}var c=b;"undefined"!==typeof d?c=b[d]=[]:d="mixpanel";c.people=c.people||[];c.toString=function(b){var a="mixpanel";"mixpanel"!==d&&(a+="."+d);b||(a+=" (stub)");return a};c.people.toString=function(){return c.toString(1)+".people (stub)"};i="disable track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config people.set people.set_once people.increment people.append people.union people.track_charge people.clear_charges people.delete_user".split(" ");
for(g=0;g<i.length;g++)f(c,i[g]);b._i.push([a,e,d])};b.__SV=1.2;a=f.createElement("script");a.type="text/javascript";a.async=!0;a.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?MIXPANEL_CUSTOM_LIB_URL:"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";e=f.getElementsByTagName("script")[0];e.parentNode.insertBefore(a,e)}})(document,window.mixpanel||[]);
mixpanel.init("bdc16b77a0e3a316f2e01289ea0262a8");</script><!-- end Mixpanel -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58462884-1', 'auto');
ga('send', 'pageview');
</script>
<!-- Twitter -->
<script>window.twttr = (function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
t = window.twttr || {};
if (d.getElementById(id)) return t;
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
t._e = [];
t.ready = function(f) {
t._e.push(f);
};
return t;
}(document, "script", "twitter-wjs"));</script>
<div class='notifications top-right'></div>
<script src="/app/components/getScreenId.js"></script>
</body>
</html>