Update Audio Streaming

master
Elliott Liggett 2020-09-16 19:18:54 +00:00
rodzic f7d3598820
commit 48eea1274b
1 zmienionych plików z 1 dodań i 1 usunięć

@ -14,7 +14,7 @@ First, install these packages:
`sudo apt-get install ffmpeg icecast2`
My machine actually walked me through the icecast2 setup process. Two things are important here. First, write down the passwords. These are only needed for the admin web page. Second, when asked for a FQDN, you need to specify something -- an IP address or a real hostname -- that can be resolved and used by your clients. Do not specify 127.0.0.1, it won't work. Use your LAN IP address if you are only using it at home. If you want to use it externally, use your external IP address or a hostname (possibly via dynamic DNS).
My machine actually walked me through the icecast2 setup process. Two things are important here. First, write down the passwords. These are only needed for the admin web page and for ffmpeg to act as a supplier to icecast. Second, when asked for a FQDN, you need to specify something -- an IP address or a real hostname -- that can be resolved and used by your clients. Do not specify 127.0.0.1, it won't work. Use your LAN IP address if you are only using it at home. If you want to use it externally, use your external IP address or a hostname (possibly via dynamic DNS).
**Set up Icecast**