chenjunkai 5 年之前
父节点
当前提交
296f298e3e
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      controller/index.py

+ 2 - 1
controller/index.py

@@ -210,7 +210,8 @@ class oa2RtspStartView(TemplateView):
                 'description': 'Camera {nick}'.format(nick=ur_qs[0]['nick']),
                 'resolutions': [{'width': 1280, 'height': 720}],
                 'videoCodecs': ['H264'],
-                'audioCodecs': ['ACC'],
+                # 'audioCodecs': ['ACC'],
+                'audioCodecs': ['G711'],
                 'protocols': ['RTSP'],
                 'authorizationTypes': ['NONE'],
                 'uri': 'rtsp://www.zositech.org:443/{stream_name}'.format(stream_name=ur_qs[0]['rtsp_url'])