Advertisement
Guest User

Untitled

a guest
Oct 5th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ## Delujoča konfiguracija (work in progress)
  2.  
  3. [basic]
  4. admin = True
  5. quit = True
  6. resolution = 1920x1080
  7. homepage = REC
  8. swapvideos = True
  9.  
  10. [ingest]
  11. active = True
  12. legacy = False
  13. visible_tracks = False
  14. hostname = galicaster_v2
  15. scheduled = immediately
  16. manual = immediately
  17. host = http://opencast-test.arnes.si:8080
  18. username = opencast-test-rest
  19. password = 321senra
  20. workflow = full
  21. workflow-parameters = videoPreview:true;
  22. multiple-ingest = False
  23.  
  24. [track1]
  25. name = Webcam
  26. device = v4l2
  27. flavor = presenter
  28. location = /dev/logitech
  29. file = WEBCAM.avi
  30. caps = image/jpeg,framerate=24/1,width=1280,height=720
  31.  
  32. [allows]
  33. manual = True
  34. start = False
  35. stop = False
  36. pause = True
  37. overlap = True
  38.  
  39. [color]
  40. classic = false
  41. none = #FFF0AA ;yellow
  42. nightly = #AEFFAE ; light green
  43. pending = #AEFFAE ; light green
  44. processing = #FFAE00 ; orange
  45. done = #88FF88 ; green
  46. failed = #FFAEAE ;red
  47.  
  48. [logger]
  49. path = /var/log/galicaster.log
  50. level = DEBUG
  51. use_syslog = False
  52. rotate = False
  53.  
  54. [heartbeat]
  55. short = 10
  56. long = 60
  57. night = 00:00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement