I have two videos of the same scene at different angles and I want the user to be able to choose which angle to watch. I have a web player that works where I stitch the two sources together (i.e. 3840x1080) and using some masking and image shifting I can change the view on user input, but it's clunky (and in flash).
So my first question, can I create an extension in VLC that would copy that functionality?
What I would really like to do is to leave the source files separate, load them both into memory at the same time and switch between the two on the fly. i.e. on user input, switch feeds in the background and display the correct frame from the other source. Can VLC do something like this? Can you point me in the right direction on where to start? Unfortunately, I don't have any experience in C, I'm coming from C# and a lot of web development work so I have a lot of work to do to make this happen but I want to make sure it can actually be done in the first place.
Thanks