FYI - to anyone attempting to get the Video Player working, it has something to do with multiwindow. It fails trying to launch it's multiwindow view:
PHP:
unable to resolve static method 656: Landroid/sec/multiwindow/MultiWindow;.createInstance (Landroid/app/Activity;)Landroid/sec/multiwindow/MultiWindow;
And has an error connecting to the cloud (though that may be a result of the above error):
PHP:
E/VideoCloudUtil( 4870): checkCloudAgentExistence() - NameNotFoundException
W/dalvikvm( 4870): Exception Ljava/lang/UnsatisfiedLinkError; thrown while initializing Lcom/sec/android/app/videoplayer/videowall/MscEngine;
And this may be at the root of the issue:
PHP:
E/VideoCloudUtil( 4442): checkCloudAgentExistence() - NameNotFoundException
I don't remove any library files in Victorious, so it's gotta be one of the missing apps, or a permissions issue.