Hi all,
i would say if there is a way to play a video file(.mp4) stored in the local file system of the mobile device?
I' ve tried with
Player player = Manager.createPlayer(getClass().getResourceAsStream("file:///root1/video.mp4"),"/video/mpeg");
but i always receive a java.lang.IllegalArgumentException.
Best regards

Reply With Quote




