mjpg-streamer.yaml 557 B

12345678910111213141516171819202122232425262728293031
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/UTC
  6. octoprint:
  7. devices:
  8. - host_device: "/dev/random"
  9. container_device: "/dev/video0"
  10. video_enable: true
  11. video_device: "/dev/video0"
  12. mjpg_streamer_input: "-y -n -r 1920x1080"
  13. network:
  14. host_network: false
  15. web_port:
  16. bind_mode: published
  17. port_number: 34567
  18. ix_volumes:
  19. octoprint-data: /opt/tests/mnt/octoprint-data
  20. storage:
  21. data:
  22. type: ix_volume
  23. ix_volume_config:
  24. dataset_name: octoprint-data
  25. create_host_path: true
  26. additional_storage: []