I am sending rtmp stream to wowza:
ffmpeg -i rtmp://SourceStreamIP -preset fast -acodec aac -strict experimental -ar 44100 -ac 2 -b:a 96k -vcodec libx264 -b:v 900k -f flv rtmp://mywowzaIP:1935/live/i.stream
Then i am playing this stream from rtmp and rtsp devices
RTMP stream pays smooth, but RTSP has problems (frame loss, cubicals )
Whats the problem ?