lang 4 years ago
parent
commit
93480c085d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/index.py

+ 1 - 1
controller/index.py

@@ -316,7 +316,7 @@ class oa2RtspStartView(TemplateView):
                 #'resolutions': [{'width': 1280, 'height': 720}],
                 #'resolutions': [{'width': 1280, 'height': 720}],
                 'resolutions': [{'width': 640, 'height': 360}],
                 'resolutions': [{'width': 640, 'height': 360}],
                 'videoCodecs': ['H264'],
                 'videoCodecs': ['H264'],
-                # 'audioCodecs': ['ACC'],
+                'audioCodecs': ['ACC'],
                 # 'audioCodecs': ['G711'],
                 # 'audioCodecs': ['G711'],
                 'protocols': ['RTSP'],
                 'protocols': ['RTSP'],
                 'authorizationTypes': ['NONE'],
                 'authorizationTypes': ['NONE'],