在 Blackberry 上从网络下载并播放视频
我想从我的应用程序中的 url 播放视频...我想首先流式传输视频并将数据存储在缓冲区中,然后将数据从缓冲区提供给播放器。
I want to play video from a url in my application... I want to first stream the video and store the data in a buffer and then feed the data from the buffer to the player.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
BlackBerry Eclipse Plugin 中有一个用于音频的缓冲播放演示示例。我确实相信重写它以进行视频播放并不难。
请参阅缓冲和播放流媒体
There is a bufferedplaybackdemo sample in BlackBerry Eclipse Plugin, for audio. I do believe it's not hard to rewrite it for video playback.
See Buffer and play streamed media