Добавление этих параметров обеспечит текущее время воспроизведения.
let options = IJKFFOptions.byDefault()!
options.setFormatOptionValue("nobuffer", forKey: "fflags")
options.setPlayerOptionIntValue(0, forKey: "packet-buffering")
options.setFormatOptionIntValue(0, forKey: "max_delay")
options.setFormatOptionIntValue(0, forKey: "reorder_queue_size")
options.setFormatOptionValue("udp", forKey: "rtsp_transport")
options.setCodecOptionIntValue(0, forKey: "skip_frame")
options.setCodecOptionIntValue(0, forKey: "skip_loop_filter")
options.setPlayerOptionIntValue(1, forKey: "framedrop")
options.setPlayerOptionValue("ext", forKey: "sync")