Explorar o código

去掉推流地址554端口

chanjunkai %!s(int64=5) %!d(string=hai) anos
pai
achega
6454309a4b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,