-
Notifications
You must be signed in to change notification settings - Fork 77
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
Photon is erroring out if the CPL is missing audio tracks #308
Comments
HI @MagedMYoussef - What is the value of |
Hi @fschleich - Here's the value of |
Can you share the CPL for troubleshooting @MagedMYoussef ? |
Here you go @fschleich : P.S. I changed the file extension from .xml to .txt for github to attach it. |
Thanks, @MagedMYoussef. I'm unfortunately not able to reproduce the issue, the current master branch provides the following results:
I'm now seeing that you seem to be running v4.7.0, you might have to update to v4.7.2 or later for the 2020 features. |
Hi @fschleich , Thanks for checking.
We are using this function to parse the CPL from Photon SDK which seems to have issues with 2020 features: |
Hi @fschleich , any update on this? |
Hello @fschleich , I am facing the same issue with the spring SDK version 4.9.3 any updates with this? |
I'm getting the following error, when I run Photon on a CPL with no audio tracks.
ERROR-The Composition represented by Id XXXX does not contain a single audio essence in its first segment, one or more is required [Photon version: 4.7.0-SNAPSHOT]
According to the SMPTE ST 2067-2:2020 standard, audio tracks are not mandatory and IMP can contain video only. So, I think Photon shouldn't be throwing a FATAL error in this case.
Is there a plan for fixing this anytime soon?
The text was updated successfully, but these errors were encountered: