BlackBerry - 从远程服务器播放 mp4 视频
我正在使用 BrowserSession 播放音频和视频文件。音频文件播放没有问题,但是当我尝试播放视频文件时,浏览器显示垃圾字符。
如何播放远程服务器上的视频文件,尤其是 .mp4 文件?
我正在使用此代码来播放媒体:
BrowserSession browserSession = Browser.getDefaultSession();
//url is the path to the media file from remote server
browserSession.displayPage(url);
browserSession.showBrowser();
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论