Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MP4Box dash aac failed #1467

Closed
leokinglong opened this issue Apr 16, 2020 · 10 comments
Closed

MP4Box dash aac failed #1467

leokinglong opened this issue Apr 16, 2020 · 10 comments

Comments

@leokinglong
Copy link

  1. I downloaded the latest filters branch code , and follow the
    "GPAC Build Guide for Linux ---> MP4Box only " ,and install the MP4Box successfully.

OS: Centos 6

  1. Dash command:
    MP4Box -dash 1000 -frag 1000 -rap -frag-rap -profile live -segment-name my /home/my.aac -out /home/my.mpd

  2. Command result:
    image
    ......
    [DASH] Cannot open file /home/my.aac for dashing: Feature Not Supported
    DASH Setup Error: Feature Not Supported

  3. But I can dash some MP4 file successfully, why does dash aac failed? Thanks

@jeanlf
Copy link
Member

jeanlf commented Apr 16, 2020

I cannot reproduce, could you share your aac file?

@leokinglong
Copy link
Author

8K.zip
here it is

@jeanlf
Copy link
Member

jeanlf commented Apr 16, 2020

hmm I cannot reproduce here. Could you post the output of MP4Boxand MP4Box -info 8K.aac ?

@leokinglong
Copy link
Author

image
image

And it's master branch ,not filter branch.....

@jeanlf
Copy link
Member

jeanlf commented Apr 16, 2020

you need 0.9.0 (filter branch) for that - you still have the old master installed on your system

@leokinglong
Copy link
Author

image
image

And new error:

image
......
image
.....
image
.......
image

@jeanlf
Copy link
Member

jeanlf commented Apr 17, 2020

Please don't use images post your logs as text.
Here's my output:

% MP4Box -dash 1000 -profile live -out temp/live.mpd 8K.aac
[Dasher] No template assigned, using $File$_dash$DS$$Number$
[Dasher] No bitrate property assigned to PID 8K.aac, defaulting to 1Mbps
	Try specifying bitrate property after your source, e.g. -i source.raw:#Bitrate=VAL
[MPD] Generating MPD at time 2020-04-17T08:12:28.874Z97s 99 %%
[Dasher] End of Period 
[Dasher] End of MPD (no more active streams)

I guess something is wrong in your command line syntax

@leokinglong
Copy link
Author

I use the same command provided by you ,and got the same faile result.

Because My test environment has some safe policy,so copy txt is disabled, sorry for that...

I had try compile MP4Box only (lastest filter branch and branch filter release ) on centos6 and centos7,and got the same fail result.
Maybe MP4Box has bug on centos7 ?

@jeanlf
Copy link
Member

jeanlf commented Apr 21, 2020

on centos7 and centos8:

MP4Box -dash 1000 -frag 1000 -rap -frag-rap -profile live -segment-name my media/auxiliary_files/enst_audio.aac -out temp/my.mpd

works just fine. Are you sure you don't have a bad character somewhere in your command line?

@jeanlf
Copy link
Member

jeanlf commented Jun 9, 2020

no news and cannot reproduce, closing

@jeanlf jeanlf closed this as completed Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants