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