Browse Source

去掉推流地址554端口

chanjunkai 5 years ago
parent
commit
6454309a4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/index.py

+ 1 - 1
controller/index.py

@@ -230,7 +230,7 @@ class oa2RtspStartView(TemplateView):
             #            PORT_PREFIX=PORT_PREFIX,
             #            RTSP_PREFIX=RTSP_PREFIX)
             #zlmediakit
-            MSG = '{RTSP_PREFIX}://{RESP_SERVER_DOMAIN}:554/live/{stream_name}'. \
+            MSG = '{RTSP_PREFIX}://{RESP_SERVER_DOMAIN}/live/{stream_name}'. \
                 format(RESP_SERVER_DOMAIN=RESP_SERVER_DOMAIN,
                        stream_name=stream_name,
                        PORT_PREFIX=PORT_PREFIX,