| |
| show_configured_dvr_services [2017/06/15 08:17] – created walkeradmin | show_configured_dvr_services [2017/06/15 08:54] (current) – walkeradmin |
|---|
| | ====== 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. |
| | \\ |
| | \\ |
| | |
| |
| |
| |
| |
| 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") } | |
| |