Is there way/method to implement playback speed control using multimedia toolkit/ImPlaybackSourceToolkit?
Customer has developed an application (in c++ language) using multimedia toolkit to retrieve and convert videos into rtsp protocol streams, and now would like to enhance the application to control video playback, and thus would like to check if there is way to implement this.
I have also attached mip sdk libraries used for existing application. Thanks!
.
The toolkits does not include support for providing playback at fixed speed. In general all our APIs (and thus also the toolkits) provide methods for going to specific time and to get next/previous frame/gop, so it is up to you to control the speed either by calling goto with correct time intervals or by asking for next frame at the required rate.
Hi Peter
I would like to seek for you advice on the performance issue with speedby playback. There customer is trying to implement 5x speed playback, however the max they can achieve is 4x. Do you have any advice on how to enhance the performance of this fast playback?
I unfortunately don’t have any better suggestion than the one I already provided.
Thanks a lot for your advices Peter!