lang před 4 roky
rodič
revize
6615812e99
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      controller/index.py

+ 2 - 2
controller/index.py

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