Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-haris committed Jan 19, 2021
1 parent 8f77618 commit f2835a7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,22 @@

# How to install

- chmod +x setup.sh && ./setup.sh
chmod +x setup.sh && ./setup.sh

- then open http://your-server-ip:9991 on your browser

Default credentials for login:
Username: admin
Password: 123123
# Login to dashboard

Note // please change username , session secret and password from config.json
open http://your-server-ip:9991 on your browser


default credentials for login:

username: admin

To find password you need to run this command:

docker exec -it fstv_dashboard cat /usr/src/app/config.json

then you can pickup the password from output.

# Testing the stream

Expand Down
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"rtmp_server_stream_url":"rtmp://192.168.0.11:1935/live/",
"hls_server_stream_url":"http://192.168.0.11:8080/live/",
"rtmp_server_control_url":"http://192.168.0.11:8080/control",
"session_secret_key":"change_me_random",
"session_secret_key":"75376813a90f361634503a20368b79f29aaa2105070b4496bd5d87c0a6c9c5b8",
"username":"admin",
"password":"123123",
"password":"3c23769ea46397bcb5dbea64",
"language":"en",
"template":"default",
"login_template":"login",
Expand Down

0 comments on commit f2835a7

Please sign in to comment.