sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.74k stars 563 forks source link

mpeg dash generated by this library does not work at chrome: CHUNK_DEMUXER_ERROR_APPEND_FAILED: Invalid video decoder config #438

Open test343 opened 3 years ago

test343 commented 3 years ago

The first mpeg dash fragment passed to video results in error:

CHUNK_DEMUXER_ERROR_APPEND_FAILED: Invalid video decoder config: codec: h264, profile: h264 baseline, level: not available, alpha_mode: is_opaque, coded size: [0,0], visible rect: [0,0,0,0], natural size: [1920,1080], has extra data: false, encryption scheme: Unencrypted, rotation: 0°, flipped: 0, color space: {primaries:BT709, transfer:BT709, matrix:BT709, range:LIMITED}

By some reason it DOES work at firefox without any problems.