15 lines
621 B
Bash
15 lines
621 B
Bash
PORT=3000
|
|
|
|
# Format: CHANNELS=id1:Name1,id2:Name2
|
|
# You can find the channel ID in the URL of the streamer's Chzzk channel (e.g., chzzk.naver.com/CHANNEL_ID)
|
|
CHANNELS=4df4756104a54e28e967bff6dc08e319:KBS2,8ecd602c251f30fd7f09463e9f55609f:JTBC,7ce8032370ac5121dcabce7bad375ced:pung
|
|
|
|
# Optional: Add your Naver login cookies to access 1080p and adult streams.
|
|
# To get these, log in to Chzzk/Naver in your browser, open Developer Tools -> Application -> Cookies.
|
|
# NID_AUT=
|
|
# NID_SES=
|
|
|
|
# Optional: Limit maximum quality (e.g. 720p or 1080p).
|
|
# Useful if 1080p causes transcoding lag or errors on Jellyfin.
|
|
MAX_QUALITY=720p
|