{% extends 'base.html' %} {% load bootstrap4 %} {% load font_awesome %} {% block 'content' %}
Show stream configuration details

Name
{{ object.name }}
Application
{{ object.application }}

Do not share the stream ID. It serves as a secret key, and anyone that knows this key could send content to your stream.

How to configure your Encoder

Set the following stream server in your encoder application:

rtmp://TODO TODO SERVER BASE URL/{{ object.application }}/

Set the following stream ID in your encoder application:

You may need to use the full URL instead:

{% endblock %}