Hi, it does not appear this control is developed any more.. I also encountered the problem with rotating the video, and the only way I was able to accomplish it with this library, is this approach:
I've read and experienced that most advanced options of VLC player are not supported by the library at runtime at all. If someone knows a better way of doing it.. please let me know :)
- save current video position
- stop video, unload, destroy vlc control
- recreate vlc control, with an additional "--video-filter=transform --transform-type=<angle>" startup parameter
- reload video, scroll to saved position
-
resume playing
I've read and experienced that most advanced options of VLC player are not supported by the library at runtime at all. If someone knows a better way of doing it.. please let me know :)