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

issues when playing mp4 file #11

Open
dieterstueken opened this issue Aug 26, 2018 · 2 comments
Open

issues when playing mp4 file #11

dieterstueken opened this issue Aug 26, 2018 · 2 comments

Comments

@dieterstueken
Copy link

while playing sample
ftp://mpaudconf:[email protected]/mpeg4audio-conformance/compressedMp4/al05_48.mp4
I got errors. With some patches I got them resolved.

see:
dieterstueken@3da3f83
and
dieterstueken@9854a70

@dieterstueken
Copy link
Author

playing a 5.1 sample containing coupling channel elements al07_44.mp4 (ftp://mpaudconf:[email protected]/mpeg4audio-conformance/compressedMp4/al07_44.mp4) reveals even more errors:

The number of channels calculated by PCE is wrong: The returned count is the number of elements not taking into account if the element is mono or stereo (SCE/CPE).

Decoding of CCE does not work after some ancient refactoring from 2011.

More than two channels can not be sent to a SourceDataLine.
The SampleBuffer simply sends too much bytes.
Either we have to provide several SourceDataLines
or a Sample buffer must know which are the relevant stereo channels.

@stigc
Copy link

stigc commented Dec 25, 2018

Hey dieterstueken, have you seen this? You seem to be able to fix these kind of errors. Thanks

#10 (comment)

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