|
@@ -258,7 +258,7 @@ class oa2RtspStartView(TemplateView):
|
|
|
'videoCodecs': ['H264'],
|
|
|
# 'audioCodecs': ['ACC'],
|
|
|
'audioCodecs': ['G711'],
|
|
|
- 'protocols': [{'RTSP','TCP'}],
|
|
|
+ 'protocols': ['RTSP'],
|
|
|
'authorizationTypes': ['NONE'],
|
|
|
'uri': rtsp_uri,
|
|
|
'msg': send_flag
|