LIVE

Enable users of your instance to stream live.
Allow live streaming
⚠️ Enabling live streaming requires trust in your users and extra moderation work
If enabled, your server needs to accept incoming TCP traffic on port {{ getLiveRTMPPort() }}
Small latency disables P2P and high latency can increase P2P ratio
(-1 for "unlimited")
{form.value['live']['maxInstanceLives'], plural, =1 {live} other {lives}}
{{ formErrors.live.maxInstanceLives }}
(-1 for "unlimited")
{form.value['live']['maxUserLives'], plural, =1 {live} other {lives}}
{{ formErrors.live.maxUserLives }}
{{ formErrors.live.maxDuration }}

TRANSCODING

Same as VOD transcoding, transcoding live streams so that they are in a streamable form that any device can play. Requires a beefy CPU, and then some.
Transcoding enabled for live streams

Output formats

Even if it's above your maximum enabled resolution
Use remote runners to process live transcoding. Remote runners has to register on your instance first.
will claim at most {{ getTotalTranscodingThreads().value }} {{ getTotalTranscodingThreads().unit }} with VOD transcoding will claim at least {{ getTotalTranscodingThreads().value }} {{ getTotalTranscodingThreads().unit }} with VOD transcoding
{{ formErrors.live.transcoding.threads }}
new live transcoding profiles can be added by PeerTube plugins
{{ formErrors.live.transcoding.profile }}