I am trying to send an audio-stream to my Wowza Cloud Service (trial account) using RTSP. This works fine using LibStreamer library for Android. I am now trying to do the same with FFmpeg on my desktop streaming my webcam’s audio. I have tried the following command (authentication disabled on Wowza):
You should add the following to force RTSP to use TCP delivery for both the control and data channels. If you do not then you may incur packet loss.
-rtsp_transport tcp
It is also important to specify the parameters of the audio such as bitrate, frequency and channels. In addition the built in AAC codec included with FFmpeg is no longer experimental so you if you are running a newer build you can skip that option.