Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
linux:installation:rtsptoweb [2025/03/02 20:08] – [Ajouter une nouvelle Cam] tutospisto | linux:installation:rtsptoweb [2025/03/02 20:30] (Version actuelle) – tutospisto | ||
---|---|---|---|
Ligne 77: | Ligne 77: | ||
}, | }, | ||
" | " | ||
- | "Couvoir": { | + | "Cam1": { |
- | " | + | " |
" | " | ||
" | " | ||
Ligne 89: | Ligne 89: | ||
} | } | ||
}, | }, | ||
- | "Pondoir": { | + | "Cam2": { |
- | " | + | " |
" | " | ||
" | " | ||
Ligne 151: | Ligne 151: | ||
====== Intégrer les vidéos dans une page html ====== | ====== Intégrer les vidéos dans une page html ====== | ||
+ | Source : | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
- | <code php> | ||
- | <!-- CSS --> | + | Pour l' |
- | < | + | Fichiers : {{ : |
- | + | Exemple | |
- | <!-- HTML --> | + | |
- | <video id=' | + | |
- | <!-- <source type=" | + | |
- | <source type=" | + | |
- | </ | + | |
- | + | ||
- | + | ||
- | <!-- JS code --> | + | |
- | <!-- If you'd like to support IE8 (for Video.js versions prior to v7) --> | + | |
- | <script src=" | + | |
- | <script src=" | + | |
- | <script src=" | + | |
- | + | ||
- | < | + | |
- | var player = videojs(' | + | |
- | player.play(); | + | |
- | </ | + | |
- | + | ||
- | + | ||
- | </ | + | |
- | Source : https:// | + | |
- | https:// | + | |
- | https:// | + | |
- | https:// | + | |
- | https:// | + | |
- | + | ||
- | ====== Ajouter une nouvelle Cam ====== | + | |
- | <code bash> | + | |
- | + | ||
- | Ajouter dans les streams : | + | |
- | + | ||
- | <code bash> | + | |
- | ," | + | |
- | " | + | |
- | " | + | |
- | " | + | |
- | " | + | |
- | " | + | |
- | " | + | |
- | " | + | |
- | " | + | |
- | " | + | |
- | } | + | |
- | } | + | |
- | }</ | + | |
- | + | ||
- | Redémarrer le service rtsp : | + | |
- | <code bash> | + | |
- | + | ||
- | Vérifier son statut : | + | |
- | <code bash> | + | |
- | + | ||
- | Si tout est OK, la nouvelle cam est disponible par le gestionnaire de RTSPtoWeb. | + | |
- | + | ||
- | Pour l' | + | |
<code php> | <code php> | ||
- | GNU nano 7.2 / | ||
< | < | ||
<html lang=" | <html lang=" | ||
< | < | ||
<meta charset=" | <meta charset=" | ||
- | < | + | < |
<link href=" | <link href=" | ||
<link href=" | <link href=" | ||
Ligne 231: | Ligne 180: | ||
<?php | <?php | ||
+ | |||
+ | $TONDNS = " | ||
+ | | ||
$cameras = [ | $cameras = [ | ||
- | 'Trappe', | + | 'Cam1', |
- | 'Pondoir', | + | 'Cam2', |
- | 'Couvoir', | + | 'Cam3' |
- | ' | + | |
- | ' | + | |
]; | ]; | ||
foreach ($cameras as $valeur) { | foreach ($cameras as $valeur) { | ||
?>< | ?>< | ||
- | <source src=<? | + | <source src=<? |
</ | </ | ||
< | < | ||
Ligne 257: | Ligne 206: | ||
</ | </ | ||
</ | </ | ||
+ | |||
+ | |||
+ | ====== Ajouter une nouvelle Cam ====== | ||
+ | Editer la config de RTSPtoWeb : | ||
+ | <code bash> | ||
+ | |||
+ | Ajouter dans les streams : | ||
+ | <code bash> | ||
+ | ," | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | </ | ||
+ | | ||
+ | Redémarrer le service rtsp : | ||
+ | <code bash> | ||
+ | |||
+ | Vérifier son statut : | ||
+ | <code bash> | ||
+ | |||
+ | Si tout est OK, la nouvelle cam est disponible par le gestionnaire de RTSPtoWeb. | ||
+ | |||