mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
change ffmpeg log to ./objs
This commit is contained in:
parent
ca02cfe1bf
commit
3a26b23fba
3 changed files with 4 additions and 4 deletions
|
@ -336,7 +336,7 @@ class RESTServers(object):
|
|||
'''
|
||||
def GET(self, id=None):
|
||||
enable_crossdomain()
|
||||
if id == "meeting"
|
||||
if id == "meeting":
|
||||
url = "http://%s:8085/players/srs_chat.html?port=1935"%(self.__server_ip)
|
||||
else:
|
||||
url = "http://%s:8080/live/livestream.html"%(self.__server_ip)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue