Broadcast options
Which broadcast settings should be specified in the program.
The codec
At the moment, the service supports the h264 and H.265 (HEVC) codecs, and it is planned to expand the list of supported codecs in the future.
⚠️ The Hevc codec is used only for the YouTube platform
Protocol
The most common protocol, RTMP, is supported, and it is planned to add the SRT and RTSP protocols in the near future.
Supported protocols are RTMP and SRT.
⚙️RTMP is a classic and most common way to transmit video.
It has been around for a long time and is supported by almost all platforms.
It is suitable if you have a stable internet connection and do not require ultra-low latency.
Pros:
- Easy setup.
- Supported almost everywhere.
Cons:
- May experience lag when the network is unstable.
- No built-in data encryption.
🚀SRT is a newer and more modern protocol.
It handles poor internet connections better and provides a smoother stream.