-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,6 +109,27 @@ $ ffmpeg 2>&1 | head -1 | |
ffmpeg version 4.3.4-0+deb11u1+rpt3 Copyright (c) 2000-2021 the FFmpeg developers | ||
``` | ||
|
||
## Streamer un multiplex | ||
|
||
Dans le répertoire `systemd` sont fournis 2 fichiers de services. Copions les au bon endroit : | ||
|
||
```bash | ||
# cp systemd/[email protected] /etc/systemd/system | ||
# cp systemd/[email protected] /etc/systemd/system | ||
# systemctl daemon-reload | ||
``` | ||
|
||
Note: le chemin des apps et des logs peut être à adapter. | ||
|
||
Pour commencer le stream d'un multiplex, utiliser l'une des commandes exemples suivantes : | ||
|
||
```bash | ||
# systemctl start mumudvb@r1 | ||
# systemctl enable --now dvblast@r15 | ||
``` | ||
|
||
Lien: [Documentation sur Systemd](https://www.linuxtricks.fr/wiki/systemd-0-table-des-matieres-des-articles) | ||
|
||
## Enregistrer localement un flux | ||
|
||
avec `ffmpeg` | ||
|
@@ -137,4 +158,4 @@ multicat 239.0.0.83@1234 -X /dev/null > rec.ts | |
- https://aerogus.net/posts/diffuser-tele-radio-reseau-local/ | ||
- https://www.hospitableit.com/howto/streaming-dvb-t-over-an-ip-network-using-mumudvb-on-a-raspberry-pi-3/ | ||
- https://chiliproject.tetaneutral.net/projects/tetaneutral/wiki/Streaming_de_cha%C3%AEnes_TNT_sur_un_r%C3%A9seau_local | ||
- [Tall Paul Tech](https://www.youtube.com/@TallPaulTech) | ||
- [Tall Paul Tech](https://www.youtube.com/@TallPaulTech) |