I have video file in .asf format.How to rewind it using gst_element_seek?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can just do seeks to absolute positions. The negative seek-rates would play video backwards, which needs to be implemented by the demuxer. Don’t know why you are looking for a different demuxer though (if there would be one that implements it, we would use it, right).
Take a look at the gst-plugins-base/test/examples/playback (gst-plugins-base/test/examples/seek in older version). That is a demo UI for all the seeking modes.