Skip to content

Commit

Permalink
Merge branch 'master' into srt-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
uZer authored Feb 6, 2025
2 parents 88fcec2 + 63951ca commit e009cb8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
# Feed myradio with an example SRT source (https://modular-station.com/)
source-voieA-caller1:
command:
- /usr/bin/ffmpeg
- ffmpeg
- -hide_banner
- -re
- -i
Expand All @@ -76,15 +76,15 @@ services:
- "srt://liquidsoap-myradio:10000" # voieA_caller1
container_name: source-voieA-caller1
entrypoint: []
image: savonet/liquidsoap:v2.3.1
image: jrottenberg/ffmpeg:7.1-scratch
networks:
- default
restart: unless-stopped

# Feed myradio with an example SRT source (https://p-node.org/)
source-voieB-caller1:
command:
- /usr/bin/ffmpeg
- ffmpeg
- -hide_banner
- -re
- -i
Expand All @@ -97,15 +97,15 @@ services:
- "srt://liquidsoap-myradio:10002" # voieB_caller1
container_name: source-voieB-caller1
entrypoint: []
image: savonet/liquidsoap:v2.3.1
image: jrottenberg/ffmpeg:7.1-scratch
networks:
- default
restart: unless-stopped

# Feed myradio with an example override SRT source (https://datafruits.fm)
source-override-caller1:
command:
- /usr/bin/ffmpeg
- ffmpeg
- -hide_banner
- -re
- -i
Expand All @@ -118,7 +118,7 @@ services:
- "srt://liquidsoap-myradio:10004" # override_caller1
container_name: source-override-caller1
entrypoint: []
image: savonet/liquidsoap:v2.3.1
image: jrottenberg/ffmpeg:7.1-scratch
networks:
- default
restart: unless-stopped
Expand All @@ -145,7 +145,7 @@ services:
# Feed liquidsoap with an example SRT source (local file)
source-ffmpegsurround:
command:
- /usr/bin/ffmpeg
- ffmpeg
- -hide_banner
- -re
- -i
Expand All @@ -158,7 +158,7 @@ services:
- "srt://liquidsoap-myradiosurround:10012" # voieB_caller1
container_name: source-ffmpegsurround
entrypoint: []
image: savonet/liquidsoap:v2.3.1
image: jrottenberg/ffmpeg:7.1-scratch
networks:
- default
restart: unless-stopped
Expand Down

0 comments on commit e009cb8

Please sign in to comment.