2nd stream

This commit is contained in:
Simon Vieille 2016-10-08 16:55:30 +02:00
父節點 3bfc80c62d
當前提交 b6a40746e3
共有 3 個檔案被更改,包括 100 行新增1 行删除

2
1.html
查看文件

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DEBLANTV Lives</title>
<title>DEBLANTV Lives - deblan/gist: issue #1</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!--[if lt IE 9]>

80
2.html Normal file
查看文件

@ -0,0 +1,80 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DEBLANTV Lives - deblan/nginx-rtmp-auth: RTMP auth module [part 1]</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<img src="img/logo.png" alt="DEBLANTV" title="DEBLANTV" class="pull-left" id="logo" />
<a class="navbar-brand" href="#">
DEBLAN
<strong>TV</strong>
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="index.html">Lives</a>
</li>
<li>
<a href="https://www.livecoding.tv/deblantv/">TV</a>
</li>
<li>
<a href="https://gitnet.fr/deblan">Forge</a>
</li>
<li>
<a href="https://www.deblan.io">Blog</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-7">
<div class="video">
<iframe width="560" height="349" src="https://www.youtube.com/embed/ns_dHZxxXRE" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-5">
<h3>
<a href="2.html">deblan/nginx-rtmp-auth: RTMP auth module [part 1] </a>
</h3>
<h4>PHP, Symfony 2.7</h4>
<p>Dans l'optique de réaliser une application d'authentification de stream (comme Twich ou Livecoding), je développe les outils pour valider l'utilisateur qui stream via une clé et le nom de sa chaîne.</p>
<a class="btn btn-primary" href="https://gitnet.fr/deblan/nginx-rtmp-auth/src/dev-master">
Sources
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
<hr>
<footer>
<div class="row">
<div class="col-lg-12">
<p>Simon Vieille</p>
</div>
</div>
</footer>
</div>
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>

查看文件

@ -47,6 +47,25 @@
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-7">
<div class="video">
<iframe width="560" height="349" src="https://www.youtube.com/embed/ns_dHZxxXRE" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div class="col-md-5">
<h3>
<a href="2.html">deblan/nginx-rtmp-auth: RTMP auth module [part 1]</a>
</h3>
<h4>PHP, Symfony 2.7</h4>
<p>Dans l'optique de réaliser une application d'authentification de stream (comme Twich ou Livecoding), je développe les outils pour valider l'utilisateur qui stream via une clé et le nom de sa chaîne.</p>
<a class="btn btn-primary" href="https://gitnet.fr/deblan/nginx-rtmp-auth/src/dev-master">
Sources
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
<hr>
<div class="row">
<div class="col-md-7">
<div class="video">