mirror of
https://github.com/fastogt/fastocloud.git
synced 2025-03-09 23:18:50 +00:00
Release 1.4.4
This commit is contained in:
commit
310132c21d
363 changed files with 32789 additions and 0 deletions
5
install/fastocloud/linux/postinst.in
Normal file
5
install/fastocloud/linux/postinst.in
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
ln -sf @CPACK_PACKAGING_INSTALL_PREFIX@/@TARGET_INSTALL_DESTINATION@/@STREAMER_SERVICE_NAME@ @EXECUTABLE_PATH@
|
||||
chmod +x @EXECUTABLE_PATH@
|
||||
|
6
install/fastocloud/linux/prerm.in
Normal file
6
install/fastocloud/linux/prerm.in
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if test -e @EXECUTABLE_PATH@ ; then
|
||||
rm @EXECUTABLE_PATH@
|
||||
fi
|
21
install/fastocloud/service/service.conf.in
Normal file
21
install/fastocloud/service/service.conf.in
Normal file
|
@ -0,0 +1,21 @@
|
|||
[settings]
|
||||
log_path=~/@STREAMER_SERVICE_NAME@.log
|
||||
log_level=INFO
|
||||
host=@STREAMER_SERVICE_HOST@
|
||||
alias=@STREAMER_SERVICE_ALIAS@
|
||||
|
||||
hls_host=@STREAMER_SERVICE_HLS_HOST@
|
||||
vods_host=@STREAMER_SERVICE_VODS_HOST@
|
||||
cods_host=@STREAMER_SERVICE_CODS_HOST@
|
||||
|
||||
hls_dir=@STREAMER_SERVICE_HLS_DIR@
|
||||
vods_dir=@STREAMER_SERVICE_VODS_DIR@
|
||||
cods_dir=@STREAMER_SERVICE_CODS_DIR@
|
||||
timeshifts_dir=@STREAMER_SERVICE_TIMESHIFTS_DIR@
|
||||
feedback_dir=@STREAMER_SERVICE_FEEDBACK_DIR@
|
||||
proxy_dir=@STREAMER_SERVICE_PROXY_DIR@
|
||||
data_dir=@STREAMER_SERVICE_DATA_DIR@
|
||||
|
||||
cods_ttl=@STREAMER_SERVICE_CODS_TTL@
|
||||
pyfastostream_path=@STREAMER_SERVICE_PYFASTOSTREAM_PATH@
|
||||
files_ttl=@STREAMER_SERVICE_FILES_TTL@
|
Loading…
Add table
Add a link
Reference in a new issue