deepch / RTSPtoWeb

RTSP Stream to WebBrowser
MIT License
1.27k stars 302 forks source link

What is the login info required to access <server:port>/streams #253

Closed Thien223 closed 1 year ago

Thien223 commented 1 year ago

Awsome project, Thank for your efforts.

I'm trying to create separate html page for each camera, in order to be used in other place rather than only RTSOtoWeb webpage.

then I tried to access http://192.168.100.50:8104/streams, but it requires ID and password to process.

What is the account used to log in to this page? Please help, thank you.

allenporter commented 1 year ago

Default https://github.com/deepch/RTSPtoWeb/blob/d3918d4a9cd293418db7e6bdd51c50263346c069/config.json#L7 is demo / demo

Thien223 commented 1 year ago

@allenporter Thank you so much 😙