gpt4 book ai didi

video - 无法在 Android Lollipop 中播放视频

转载 作者:行者123 更新时间:2023-12-01 18:08:59 25 4
gpt4 key购买 nike

我正在尝试在 Android 中重现视频,此代码不适用于 Android Lollipop 请帮忙我尝试过:

        String videopath = "android.resource://com.example.video/"+R.raw.a;
Uri vidUri = Uri.parse(videopath);
videoView = findViewById(R.id.videoView);
videoView.setVideoURI(vidUri);
videoView.setOnPreparedListener(new MediaPlayer.OnPreparedListener() {
public void onPrepared(MediaPlayer mp) {
videoView.start();
}
});

这是错误:

03-02 23:09:50.923 8141-8158/com.example.video E/MediaPlayer: error (1, -38)
03-02 23:09:50.923 8141-8157/com.example.video E/MediaPlayer: error (1, -38)
03-02 23:09:50.936 8141-8141/com.example.video E/MediaPlayer: start called in state 0
03-02 23:09:50.936 8141-8141/com.example.video E/MediaPlayer: error (-38, 0)
03-02 23:09:50.967 8141-8141/com.example.video E/MediaPlayer: Error (1,-38)
03-02 23:09:50.967 8141-8141/com.example.video D/VideoView: Error: 1,-38
03-02 23:09:50.977 8141-8141/com.example.video E/MediaPlayer: Error (1,-38)
03-02 23:09:50.978 8141-8141/com.example.video D/VideoView: Error: 1,-38
03-02 23:09:50.987 8141-8141/com.example.video E/MediaPlayer: Error (-38,0)
03-02 23:09:50.987 8141-8141/com.example.video D/VideoView: Error: -38,0

最佳答案

我解决了这个问题,问题是 Lollipop 和旧版本的视频格式,我使用 Handbrake 等工具使用基线 H.264 配置文件重新编码视频。

关于video - 无法在 Android Lollipop 中播放视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60501667/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com