Hi all,
Testing on the 2630 (S40 5th edition Lite) I haven't been able to play a video file in a Java application. I have tried the obvious alternatives:
- playing from URL => MediaException: invalid locator
- playing from inputstream => MediaException: unsupported content type (using 'video/3gpp')
I requested
- 'System.getProperty("video.encodings")' => returns null
- 'Manager.getSupportedContentTypes(null)' => returns only 'audio', 'application' and 'image' mime-types
Is it right to state that no video can be played in Java on this phone (native works)?
And can this be generalized for all S40 5th Lite phones?
What about S40 5th FP1 Lite? Have those devices the same limitations as S40 5th Lite (meaning no video can be played in Java)?
Thanks!

Reply With Quote

