-
Notifications
You must be signed in to change notification settings - Fork 245
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
raw tags for mp4 audio read as 0 second #371
Comments
I would need to see a sample file, please. |
I took a look at your sample file and it seemed to work as expected, |
okay let me dig further then. |
Using demo.basic.php and putting the file in the same folder i still get 0 for playtime_seconds. I also see that quicktime files are only returning the second value in arrays. I can't seem to track down where this is being overwritten in editi've run with pph 7.4, 8.0 and 8.1 as well just to see if there's anything not being read |
I think I was sloppy and looked at the wrong sample file :( |
Your sample file is a "fragmented MP4" (more useful for streaming) where data is stored in many small independent segments rather than one large segment. I haven't been able to find useful documentation as to the exact structure of some of the crucial structures, notably |
Thank you for taking the time to look again. I'll see if I can find out more about them and report anything back here. |
Just referencing an open issue we have.
ampache/ampache#3196 (comment)
I'm not sure about the specifics of mp4 audio but the playtime_seconds is being read as 0 in the raw tags
I do still have the reference file if you want to check it out.
The text was updated successfully, but these errors were encountered: