Created
June 10, 2025 00:49
-
-
Save jadsongmatos/10bdbbda2fbcf09592a9b991605d349f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
stream-recorder: | |
image: linuxserver/ffmpeg | |
container_name: icecast_recorder | |
volumes: | |
- ./recordings:/config | |
entrypoint: /bin/sh -c "ionice -c 3 nice -n 19 ffmpeg \ | |
-reconnect 1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 5 \ | |
-i https://stm01.virtualcast.com.br:8332/ararangua \ | |
-c copy -f segment -segment_time 3600 -strftime 1 /config/output_%Y-%m-%d_%H-%M-%S.aac" | |
restart: unless-stopped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FLAC deixa a gravação maiores que somente copiar AAC