Skip to content

Multiple Stream Support? #103

Answered by lauwarm
iercco asked this question in Q&A
Mar 5, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hey @iercco,

well you could just repeat the service in your docker-compose.yml.

Something like that for example:

version: '3.3'
services:
  streamlink-recorder-01:
    container_name: slr-01
    volumes:
      - ./vods/:/home/download
    environment:
      - streamLink=twitch.tv/01
      - streamQuality=best
      - streamName=01
      - streamOptions=--twitch-disable-reruns --twitch-disable-ads
      - uid=<your-uid>
      - gid=<your-gid>
    image: lauwarm/streamlink-recorder:latest
  streamLink-recorder-02:
    container_name: slr-02
    volumes:
      - ./vods/:/home/download
    environment:
      - streamLink=twitch.tv/02
      - streamQuality=best
      - streamName=02
      - st…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@iercco
Comment options

Answer selected by iercco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants