Advertisement
beqa1923

Untitled

Sep 10th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. [root@demo_stand qpix-docker]# cat qpix.json
  2. {
  3. "directory": "/opt/img-data",
  4. "license": "license.lic",
  5. "ntpaddr": "pool.ntp.org",
  6. "showstreaming": 0,
  7. "fastcleaner": 1,
  8. "dorecovery": 1,
  9. "maxfaults": 5,
  10. "decodeall": 0,
  11. "usenewapi": 0,
  12. "logtofile": 0,
  13. "errorlog": 1,
  14. "loglevel": 3,
  15. "avdebug": 0,
  16. "offset": 2,
  17. "ottlog": 1,
  18. "delay": 1,
  19. "chans": 1,
  20.  
  21. "channel_1": {
  22. "name": "10847",
  23. "size": [1020, 720],
  24. "hours": 100,
  25. "inputs": 1,
  26. "lowlatency": 0,
  27. "thumbnails": {
  28. "name": "s",
  29. "size": [150, 150]
  30. },
  31. "input_1": {
  32. "source": "ott://31.146.26.132",
  33. "parameters": [10847, 12000, 3000, 4]
  34. }
  35. }
  36. }
  37. [root@demo_stand qpix-docker]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement