# Stream -14LUFS get the mediamtx path myaudio to -14 LUFS Integrated Loudness = I = -14 LUFS Loudness Range = LRA= 7 LU True Peak TP =-2 dB mediamtx.yml ``` path: myaudio: runOnInit: ffmpeg -re -i rtsp://localhost:8554/livewire -c:v copy -af loudnorm=I=-14:LRA=7:TP=-2 -c:a aac -ar 44100 -b:a 160k -f rtsp rtsp://localhost:8554/myaudio all_others: ```