config.py 515 B

1234567891011121314151617181920212223
  1. #!/usr/bin/env python3
  2. # -*- coding: utf-8 -*-
  3. """
  4. @Copyright (C) ansjer cop Video Technology Co.,Ltd.All rights reserved.
  5. @AUTHOR: ASJRD018
  6. @NAME: azoauth
  7. @software: PyCharm
  8. @DATE: 2020/3/6 10:14
  9. @Version: python3.6
  10. @MODIFY DECORD:ansjer dev
  11. @file: config.py
  12. @Contact: chanjunkai@163.com
  13. """
  14. RESP_SERVER_DOMAIN_DATA = {
  15. 'cn': 'rtsp.zositech.xyz',
  16. 'en': 'www.zositech.org'
  17. }
  18. SERVER_PREFIX = 'http://www.dvema.com'
  19. PORT_PREFIX = '8554'
  20. # PORT_PREFIX = '443'
  21. # RTSP_PREFIX = 'rtsps'
  22. RTSP_PREFIX = 'rtsp'