Skip to content

Commit

Permalink
ajout conf systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
aerogus committed Feb 11, 2023
1 parent 0b9b1b5 commit 635fe06
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -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)

0 comments on commit 635fe06

Please sign in to comment.