Skip to content

audio codec mp3 is not supported by mp4frag? #2

@hexingb

Description

@hexingb

I have a mp4 file in which mp3 audio codec data contained ( I get it using ffmpeg -i http://ip/live.flv -vcodec libx264 -acodec libmp3lame -f mp4 a.mp4). I do mp4frag --src a.mp4 but two MP4_CHECK failed.
MP4_CHECK(descr_length >= 15); in mp4.cc line 513
MP4_CHECK(*esds_ptr == 5); in mp4.cc line 515

I comment out these two lines and fragments generated. I create a crossdomain.xml and put it and fragments under a http server: python -m SimpleHTTPServer。I play the manifest.f4m using osmf player。video is OK but no audio.

I found no mp3 audio codec mp4 files so I only tested with ffmpeg-generated-mp4 files. Is it can be solved?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions