In an application which I develop I play several layers of video using VMR9. The problem is that I need to be able to navigate within each video stream independently.
Has anyone implemented something similar or know how to do it?
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.
Filter graphs are not supposed to be seeked partially. You should break them into separate graphs and combine content using certain method that passed data between the graphs, such as in master-slave manner. One of the popular approaches is to use “bridges”: Multiple Graphs in DirectShow.