User Tools

Site Tools


show_configured_dvr_services

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
show_configured_dvr_services [2017/06/15 09:17] – created walkeradminshow_configured_dvr_services [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Show Configured DVR Services ======
 +<color #db5f0b>Jun 2017</color>
 +\\ 
 +\\ 
 +
 +----
 +To display configured dvr services, use the following command (after mondo halodb)
 +\\ 
 +\\ 
 +    db.dvr.find()
 +\\ 
 +The output will look similar to:
 +\\ 
 +<file>
 +{ "_id" : ObjectId("594102c7818fca0ed83551db"), "public_id" : "service1", "name" : "Service1", "created_at" : ISODate("2017-06-14T09:32:55.278Z"), "updated_at" : ISODate("2017-06-14T12:48:59.681Z"), "version" : "1.9.0", "input" : ObjectId("594102c7818fca0ed83551da"), "duration" : 3600, "state" : "started", "publishing" : [ { "priority" : 0, "path" : "file://nas/sda3store/service1" } ], "delete_input" : false, "started_at" : ISODate("2017-06-14T12:48:59.681Z") }
 +{ "_id" : ObjectId("59413043818fca5a01232e8d"), "public_id" : "service2", "name" : "Service2", "created_at" : ISODate("2017-06-14T12:46:59.462Z"), "updated_at" : ISODate("2017-06-14T12:47:15.966Z"), "version" : "1.9.0", "input" : ObjectId("59413043818fca5a01232e8c"), "duration" : 3600, "state" : "started", "publishing" : [ { "path" : "file://nas/sda3store/service2", "priority" : 0 } ], "delete_input" : false, "started_at" : ISODate("2017-06-14T12:47:15.966Z") }
 +</file>
 +\\ 
 +The unit I ran this command on had two configured services, Service1 and Service2. 
 +\\ 
 +\\ 
 +
  
  
Line 5: Line 27:
  
  
-show configured dvr services - db.dvr.find() 
  
-{ "_id" : ObjectId("594102c7818fca0ed83551db"), "public_id" : "service1", "name" : "Service1", "created_at" : ISODate("2017-06-14T09:32:55.278Z"), "updated_at" : ISODate("2017-06-14T12:48:59.681Z"), "version" : "1.9.0", "input" : ObjectId("594102c7818fca0ed83551da"), "duration" : 3600, "state" : "started", "publishing" : [ { "priority" : 0, "path" : "file://nas/sda3store/service1" } ], "delete_input" : false, "started_at" : ISODate("2017-06-14T12:48:59.681Z") } 
-{ "_id" : ObjectId("59413043818fca5a01232e8d"), "public_id" : "service2", "name" : "Service2", "created_at" : ISODate("2017-06-14T12:46:59.462Z"), "updated_at" : ISODate("2017-06-14T12:47:15.966Z"), "version" : "1.9.0", "input" : ObjectId("59413043818fca5a01232e8c"), "duration" : 3600, "state" : "started", "publishing" : [ { "path" : "file://nas/sda3store/service2", "priority" : 0 } ], "delete_input" : false, "started_at" : ISODate("2017-06-14T12:47:15.966Z") } 
  
show_configured_dvr_services.1497514670.txt.gz · Last modified: 2023/03/09 22:35 (external edit)