i used vlc library to build a project by MFC that can play rtsp stream and open a file, but my purpose is how to get the video raw data(every frame). i implemented the method you told,so i had some questions as below: 1.how can i know the callback function working?i put the breakpoint on callback fu...