forked from NuvioMedia/NuvioTV
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal.example.properties
More file actions
26 lines (22 loc) · 1.03 KB
/
Copy pathlocal.example.properties
File metadata and controls
26 lines (22 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
SUPABASE_URL=your_supabase_url_here
SUPABASE_ANON_KEY=your_supabase_anon_key_here
AVATAR_PUBLIC_BASE_URL=your_supabase_avatar_public_base_url_here
TRAKT_REDIRECT_URI=urn:ietf:wg:oauth:2.0:oob
# Optional: set to true only if you want to build the local ffmpeg-decoder-downmix module
USE_LOCAL_FFMPEG_DECODER=false
# Required only when USE_LOCAL_FFMPEG_DECODER=true
FFMPEG_SOURCE_DIR=path_to_ffmpeg_source_tree
FFMPEG_BUILD_DIR=path_to_ffmpeg_build_root
UNIQUE_CONTRIBUTIONS_BASE_URL=
PREMIUMIZE_CLIENT_ID=
# --- DV7 / libdovi (Dolby Vision Profile 7 to 8.1) ---
# Build the dovi_bridge native lib + load the runtime bridge.
DOVI_NATIVE_ENABLED=true
# Marks extractor hook integration as available in the current build.
DOVI_EXTRACTOR_HOOK_READY=true
# Link the prebuilt libdovi static archive into dovi_bridge.
DOVI_ENABLE_REAL_LINK=true
# Optional explicit overrides (otherwise resolved from the prebuilt root below):
# DOVI_LIBDOVI_STATIC_LIB=/path/to/libdovi.a
# DOVI_LIBDOVI_INCLUDE_DIR=/path/to/libdovi/include
DOVI_LIBDOVI_PREBUILT_ROOT=DV7/libdovi