Hello! I'm trying to use libVLC on Android to play video in VR. I render the video to a texture, and provide my own geometry. Ironically enough videos that contain Spatial Media Metadata don't work. LibVLC does its own spherical rendering and only gives me cropped output.
I'm looking for a way to instruct libVLC to ignore the spherical meta data and give me an un-cropped video. Tried setWindowSize and changing aspect ratios but haven't had any luck so far.
Any help would be greatly appreciated!