datarhei / restreamer

The Restreamer is a complete streaming server solution for self-hosting. It has a visually appealing user interface and no ongoing license costs. Upload your live stream to YouTube, Twitch, Facebook, Vimeo, or other streaming solutions like Wowza. Receive video data from OBS and publish it with the RTMP and SRT server.
https://docs.datarhei.com/restreamer/
Apache License 2.0
3.78k stars 438 forks source link

Username or Password is invalid Login #31

Closed connected9 closed 7 years ago

connected9 commented 7 years ago

Hello , i just Install restreamer , try to login , i got

Username or Password is invalid tried this admin / datarhei same problem ,,

i tried change it in /conf/live.json which i found it in

/var/lib/docker/aufs/mnt/672a9bfeb788119d39d1b82cad007c57168982ab191fbb2ee3bf17f4e8c6bfaa/restreamer/conf/live.json to

"auth": { "username": "admin", "password": "admin"

but same problem ,

any idea ?

THanks

sydro commented 7 years ago

You can run docker container with these parameters to change default username and password:

-e "RESTREAMER_USERNAME=YOUR-USERNAME" -e "RESTREAMER_PASSWORD=YOUR-PASSWORD"
connected9 commented 7 years ago

sorry . i forget when installation i added username & password ..

worked 100 % now

Thanks

christophjohannsdotter commented 7 years ago

👍 cool, I'm glad to hear that