Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Custom RTMP Page

John Regan edited this page Jul 21, 2017 · 4 revisions

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

Clone this wiki locally