Android VR SDK公开了ExoPlayer

切博拉

我正在使用VR SDK,并且尝试播放在线视频(在iOS上运行)时,出现此错误

内部轨道渲染器错误。com.google.android.exoplayer.ExoPlaybackException:com.google.android.exoplayer.extractor.ExtractorSampleSource $ UnrecognizedInputFormatException:没有可用的提取器(WebmExtractor,FragmentedMp4Extractor,Mp4Extractor,Mp3Extractor,AdtsExtractor,TsExtractor,TsExtractor,TsExtractor,TsExtractor,TsExtractor,TsExtractor,TsExtractor,TsExtractor,TsExtractor,TsExtractor,TsExtractor,TsExtractor,TsExtractor可以读取流。

ExoPlayer如果我可以直接访问它,那听起来就像是我可以提供的东西

有什么方法可以使用VRSDK配置播放器

Android 360影片播放器有其他替代方法吗?

提前致谢

切博拉

事实证明,我可以通过以下方式将视频标记为HLS:

VrVideoView.Options options = new VrVideoView.Options();
options.inputFormat = VrVideoView.Options.FORMAT_HLS;

然后就

vrVideoView.loadVideo(VIDEO_URI, options);

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章