mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-12 19:01:02 +01:00
Update DOCS.md
This commit is contained in:
@@ -140,15 +140,16 @@ fi
|
||||
```
|
||||
# Install gstreamer
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y \
|
||||
gstreamer1.0-rtsp \
|
||||
gstreamer1.0-tools \
|
||||
gstreamer1.0-alsa \
|
||||
gstreamer1.0-plugins-base \
|
||||
gstreamer1.0-plugins-good \
|
||||
gstreamer1.0-plugins-bad \
|
||||
gstreamer1.0-plugins-ugly \
|
||||
gstreamer1.0-libav
|
||||
#sudo apt-get install -y \
|
||||
# gstreamer1.0-rtsp \
|
||||
# gstreamer1.0-tools \
|
||||
# gstreamer1.0-alsa \
|
||||
# gstreamer1.0-plugins-base \
|
||||
# gstreamer1.0-plugins-good \
|
||||
# gstreamer1.0-plugins-bad \
|
||||
# gstreamer1.0-plugins-ugly \
|
||||
# gstreamer1.0-libav
|
||||
apt-get install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio -y
|
||||
```
|
||||
|
||||
Create a script named rtsp_audio_server.py
|
||||
|
||||
Reference in New Issue
Block a user