|
@@ -27,10 +27,10 @@ from object.RedisObject import RedisObject
|
|
|
from azoauth.config import *
|
|
|
|
|
|
SERVER_PREFIX = 'http://www.dvema.com'
|
|
|
-# PORT_PREFIX = '8554'
|
|
|
-PORT_PREFIX = '443'
|
|
|
-RTSP_PREFIX = 'rtsps'
|
|
|
-# RTSP_PREFIX = 'rtsp'
|
|
|
+PORT_PREFIX = '8554'
|
|
|
+# PORT_PREFIX = '443'
|
|
|
+# RTSP_PREFIX = 'rtsps'
|
|
|
+RTSP_PREFIX = 'rtsp'
|
|
|
|
|
|
class authView(TemplateView):
|
|
|
def post(self, request, *args, **kwargs):
|