I am looking for an example on how to use FFmpeg once integrated to an iOS project in Swift to save an RTSP stream to disk.
In terminal macOS I can do:
ffmpeg -i rtsp://cool:url@media/media.amp -b 900k -vcodec copy -r 60 -y MySuperCoolFFmpegVideo.mp4
This gives me exactly what I need.