Skip to content

I successfully compiled the lib-decoder-ffmpeg AAR, but noticed that the createDecoder function in ExperimentalFfmpegVideoRenderer has not been implemented. #2791

@suifengczc

Description

@suifengczc

I successfully compiled the lib-decoder-ffmpeg AAR, but noticed that the createDecoder function in ExperimentalFfmpegVideoRenderer has not been implemented.

Image

In the createDecoder method, it directly returns null instead of a corresponding Decoder. How should I modify the compile build parameters so that it returns a decoder? Or is this decoder something I need to implement myself? My current requirement is to integrate the FFmpeg decoder to achieve more powerful video decoding capabilities, but at the moment I’m not sure how to proceed.

lib versions:
media3: main branch, commit: 8ec10ba
ffmpeg: release/8.0, commit: e322e2e

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions