com.google.android.exoplayer2.ParserException

萝らか妹 提交于 2019-12-23 03:18:23

问题


I Try to create dash format for video with help of MP4Box When i run command :- MP4Box -dash 2000 -rap -frag-rap -profile onDemand 1OaG8xKJPZg-320.mp4 1OaG8xKJPZg-720.mp4 it show some warningusing Ubuntu 16.4 then after i received 1OaG8xKJPZg-320_dash.mpd 1OaG8xKJPZg-320_dashinit.mp4 1OaG8xKJPZg-720_dashinit.mp4 these file i uploaded in google cloud with publically share link , for Reference i uploaded in google drive with my player activity

https://drive.google.com/drive/folders/1t_YF_TJrMnQOQ8BNBiDjC8erPhRjVy_1?usp=sharing

when i run my program i received error exoplayer2.ParserException

Source error.
                                                                               com.google.android.exoplayer2.ParserException: inputStream does not contain a valid media presentation description
                                                                                   at com.google.android.exoplayer2.source.dash.manifest.DashManifestParser.parse(DashManifestParser.java:96)
                                                                                   at com.google.android.exoplayer2.source.dash.manifest.DashManifestParser.parse(DashManifestParser.java:54)
                                                                                   at com.google.android.exoplayer2.upstream.ParsingLoadable.load(ParsingLoadable.java:115)
                                                                                   at com.google.android.exoplayer2.upstream.Loader$LoadTask.run(Loader.java:295)
                                                                                   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133)
                                                                                   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607)
                                                                                   at java.lang.Thread.run(Thread.java:761)

i try multiple time but every time i received same error

来源:https://stackoverflow.com/questions/47568325/com-google-android-exoplayer2-parserexception

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!