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'])