Deployment update & Docker Hub integration

This commit is contained in:
Brendan LE GLAUNEC
2016-11-02 14:41:29 +01:00
committed by Brendan Le Glaunec
parent 2a0882869b
commit b51a8da125
5 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ print::run() const {
std::vector<stream_model> results = (*cache)->get_valid_streams();
std::ofstream file;
bool first = true;
file.open("result.json");
file.open("/tmp/shared/result.json");
file << "[\n";
for (const auto& stream : results) {
LOG_INFO_("Found a valid RTSP Stream and generated a thumbnail at : " +