Back to Mediamtx

RTMP clients

docs/3-publish/07-rtmp-clients.md

1.18.1901 B
Original Source

RTMP clients

supported codecs
videoAV1, VP9, H265, H264
audioOpus, MPEG-4 Audio (AAC), MPEG-1/2 Audio (MP3), AC-3, G711 (PCMA, PCMU), LPCM

RTMP is a protocol that allows to read and publish streams. It has been expanded to support modern codecs (Enhanced RTMP) and it supports encryption, read RTMP-specific features. Streams can be published to the server by using the URL:

rtmp://localhost/mystream

The resulting stream will be available on path /mystream.

Some clients that can publish with RTMP are FFmpeg, GStreamer, OBS Studio.