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
{form.value['live']['maxInstanceLives'], plural, =1 {live} other {lives}}
{{ formErrors.live.maxInstanceLives }}
{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
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 }}