update readme
This commit is contained in:
@ -10,10 +10,16 @@ streaming_working_folder: "/opt/cosmos/streamer"
|
||||
|
||||
mediamtx_working_folder: "/opt/cosmos/mediamtx"
|
||||
|
||||
jellyfin_working_folder: "/opt/cosmos/jellyfin"
|
||||
|
||||
jellyfin_port: "8096"
|
||||
|
||||
service_control_folder: "/opt/cosmos/streamer/service_control"
|
||||
|
||||
video_device: "/dev/video0"
|
||||
|
||||
v4l2_id_string: "AV TO USB2.0"
|
||||
|
||||
audio_device: "hw:0,0"
|
||||
|
||||
mediamtx_architecture: "amd64"
|
||||
@ -30,9 +36,11 @@ container_name: "service_control"
|
||||
|
||||
mediamtx_local_version: "deadbeef_test"
|
||||
|
||||
mount_sd: true
|
||||
storage_unmounted: true
|
||||
|
||||
format_sd: false
|
||||
mount_storge: true
|
||||
|
||||
format_storage: false
|
||||
|
||||
sd_unmounted: true
|
||||
|
||||
@ -40,22 +48,34 @@ arm_arch: false
|
||||
|
||||
refresh_special: true
|
||||
|
||||
kiosk_models:
|
||||
- "Surface Pro 2"
|
||||
|
||||
install_kodi: false
|
||||
|
||||
local_username: "cosmos"
|
||||
|
||||
chrome_website: "http://localhost:8888/stream"
|
||||
|
||||
fixed_size: "--start-fullscreen"
|
||||
|
||||
streamer_packages:
|
||||
- gdisk
|
||||
- ffmpeg
|
||||
- alsa-utils
|
||||
- alsa-oss
|
||||
# - alsa-oss
|
||||
- alsa-firmware-loaders
|
||||
- apulse
|
||||
- libasound2-plugins
|
||||
- v4l-utils
|
||||
- usbutils
|
||||
- python3-venv
|
||||
- python3-setuptools
|
||||
|
||||
# media_mtx variables
|
||||
mediamtx_configs:
|
||||
- search_string: 'record:'
|
||||
line: ' record: yes'
|
||||
line: ' record: no'
|
||||
- search_string: 'recordPath'
|
||||
line: ' recordPath: {{ recording_capture_folder }}/%path/%Y-%m-%d_%H-%M/%H-%M-%S-%f'
|
||||
- search_string: 'recordSegmentDuration'
|
||||
|
||||
Reference in New Issue
Block a user