Admin Password

You will likely want to modify the admin password on every Broadcaster container that you spin up.

To modify the admin password:

  • Use the API call:
    # curl -i --user "{username}:{password}" http://{broadcaster_IP_address}:{web_UI_port}/apply_settings.json?apass={new_password}

  • Alternatively, you could launch a Broadcaster normally and update the admin password and then copy relevant items from the
    <WEBSERVER>
    …
    </WEBSERVER>
    section of the broadcaster-config.xml to the config file in Appendix B taht you use to build the Docker image. By doing this, every instance of the container would already have the new password.

Â