Back to Mediamtx

RTMP clients

docs/4-read/04-rtmp.md

1.18.1823 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 read from the server by using the URL:

rtmp://localhost/mystream

Some clients that can read with RTMP are FFmpeg, GStreamer and VLC.