v1.1.0 : Deployment updated & Docker Hub

This commit is contained in:
Brendan LE GLAUNEC
2016-11-02 14:41:29 +01:00
parent 2f93ddd7e5
commit be74c3c814
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 : " +