Play local cache video on emulator?

Is it possible to play a local cache video on the genymotion emulator? I recorded a video using expo’s camera.recordAsync, and was able to inspect the video url (file:///data/user/etc etc). However, when I actually try to view the file using expo’s video component on genymotion, nothing appears on the screen. However, this seems to work great when viewing it on a real device.

Just want to confirm if I’m doing something wrong, or if this expected behavior. Thanks!