Hi I am using FFMPEG to play a video file over RTSP (avformat_open_input) I am wondering If I can use ffmpeg for playback operation. I know I have av_read_play and av_read_pause for play/pause I also have av_seek_frame which I guess is for seeking Is there something I can use to control playback speed? forward and rewind?