Custom RTMP Page - altodd/multistreamer GitHub Wiki

The custom RTMP account lets you stream to nearly any streaming service. It has the following parameters:

  • Name - A name to refer to this stream
  • RTMP URL - This is the full RTMP URL, including key. For services that list the RTMP URL and key separately, just join the URL and key with a slash, like rtmp://example.com/live/key
  • Shareable URL - This is used to provide links in the chat view. If you have some URL for viewing the stream, place it here.
  • FFMPEG Args - The default FFMPEG args are -c:v copy -c:a copy - it just copies the stream without any processing. You can override that if you need to resize the stream, re-encode, etc.

Custom RTMP Page