rtmp-services: Automatically update services.json

Uses the file-updater utility library to update the services.json file.
If the remote version is incompatible or corrupted, will reject the
file.
This commit is contained in:
jp9000
2015-08-19 16:26:22 -07:00
parent 68d2dab6fd
commit 1a842ecd15
3 changed files with 64 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ add_library(rtmp-services MODULE
${rtmp-services_config_HEADERS})
target_link_libraries(rtmp-services
libobs
file-updater
${OBS_JANSSON_IMPORT})
target_include_directories(rtmp-services