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:
parent
8d5469d862
commit
79bd4e8d9f
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue