webrtc-values.yaml 816 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. wyze:
  6. wb_auth: true
  7. wb_username: wb-admin
  8. wb_password: wb-password
  9. enable_audio: true
  10. additional_envs: []
  11. network:
  12. host_network: false
  13. additional_ports: []
  14. web_port:
  15. bind_mode: published
  16. port_number: 35000
  17. rtmp_port:
  18. bind_mode: published
  19. port_number: 1935
  20. rtsp_port:
  21. bind_mode: published
  22. port_number: 8554
  23. hls_port:
  24. bind_mode: published
  25. port_number: 8888
  26. enable_webrtc: true
  27. webrtc_ip: 127.0.0.1
  28. webrtc_port:
  29. bind_mode: published
  30. port_number: 8889
  31. webrtc_ice_port:
  32. bind_mode: published
  33. port_number: 8189
  34. ix_volumes:
  35. data: /opt/tests/mnt/data
  36. storage:
  37. data:
  38. type: ix_volume
  39. ix_volume_config:
  40. dataset_name: data
  41. create_host_path: true
  42. additional_storage: []