I am using a BrowserSession to play audio and video files. The audio files play without problem, but when I try to play a video file, the browser displays garbage characters.
How do I play video files from a remote server, especially .mp4 files?
I'm using this code to play the media:
BrowserSession browserSession = Browser.getDefaultSession();
//url is the path to the media file from remote server
browserSession.displayPage(url);
browserSession.showBrowser();
Found the answer: https://github.com/mjrusso/videostreaming-blackberry