$my_date=date cp /var/log/mylog.log /my_path/$my_date"mylog.log" # Копируем tar cvf $date"_log.tar" /my_path/$my_date"my_log.log" # создаем архив )
icecast2 -b -c /etc/icecast2/icecast2.xml
ffmpeg -f dshow -i audio="Стерео микшер (Realtek High Definition Audio)" -c:a libmp3lame -vbr on -b:a 320k -content_type 'audio/mp3' -vn -f mp3 "icecast://source:hackme@127.0.0.1:8000/live"
ffmpeg -f dshow -i audio="Стерео микшер (Realtek High Definition Audio)" -c:a libopus -cbr on -b:a 48k -strict -2 -content_type 'audio/ogg' -vn -f opus "icecast://source:hackme@127.0.0.1:8000/live"
<relay> <server>radio.ru</server> <port>8000</port> <mount>/128</mount> <local-mount>/892</local-mount> <on-demand>0</on-demand> </relay>
<mount> <mount-name>/live</mount-name> <password>pass</password> <fallback-mount>/nonstop</fallback-mount> <fallback-override>1</fallback-override> </mount> <mount> <mount-name>/nonstop</mount-name> <password>pass</password> </mount>
<mount> <mount-name>/live</mount-name> <password>pass</password> <fallback-mount>/892</fallback-mount> <fallback-override>1</fallback-override> </mount>