BlackBerry - Play mp4 video from remote server

2019-02-24 04:48发布

问题:

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