1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud.git synced 2025-03-09 23:18:50 +00:00

Update CMakeLists.txt

This commit is contained in:
Alexandr Topilski 2023-02-03 04:44:22 +03:00 committed by GitHub
parent 8d5469d862
commit 79bd4e8d9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,9 @@
SET(STREAMER_SERVICE_PORT 6317)
SET(STREAMER_SERVICE_ALIAS "127.0.0.1")
SET(STREAMER_SERVICE_HOST "${STREAMER_SERVICE_ALIAS}:${STREAMER_SERVICE_PORT}") # service endpoint
SET(STREAMER_SERVICE_HLS_HOST "http://0.0.0.0:${STREAMER_SERVICE_HLS_PORT}:8000") # hls endpoint
SET(STREAMER_SERVICE_VODS_HOST "http://0.0.0.0:${STREAMER_SERVICE_VODS_PORT}:7000") # vods endpoint
SET(STREAMER_SERVICE_CODS_HOST "http://0.0.0.0:${STREAMER_SERVICE_CODS_PORT}:6000") # cods endpoint
SET(STREAMER_SERVICE_HLS_HOST "http://0.0.0.0:8000") # hls endpoint
SET(STREAMER_SERVICE_VODS_HOST "http://0.0.0.0:7000") # vods endpoint
SET(STREAMER_SERVICE_CODS_HOST "http://0.0.0.0:6000") # cods endpoint
SET(STREAMER_SERVICE_CODS_TTL 600)
SET(STREAMER_SERVICE_FILES_TTL 604800) #7 days (7 * 24 * 3600)
SET(STREAMER_SERVICE_PYFASTOSTREAM_PATH "/usr/local/bin/pyfastostream")