Install python library to send metadata to icecast server

This commit is contained in:
Pecusx
2017-05-05 23:14:02 +02:00
committed by GitHub
parent 5778d99187
commit 5c308109fd
+4
View File
@@ -6,3 +6,7 @@ modprobe snd-aloop
# Install darkice for encoding said audio stream into mp3
apt-get -y install darkice
# Install python library to send metadata to icecast server
apt-get -y install python-requests