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

rfadts: props from the first packet are not forwarded #2829

Open
rbouqueau opened this issue May 6, 2024 · 2 comments
Open

rfadts: props from the first packet are not forwarded #2829

rbouqueau opened this issue May 6, 2024 · 2 comments

Comments

@rbouqueau
Copy link
Member

No description provided.

@jeanlf
Copy link
Member

jeanlf commented May 23, 2024

sample file ?

@rbouqueau
Copy link
Member Author

Any ;) See attachment (the last one seems missing too from the NHML !).

There are 3 samples with the CueStart property set to true/false/true.

Without rfadts:

$ gpac -i dump.nhml inspect:analyze=full:deep:props
[...]
<Packet number="1" [...] CueStart="true">
</Packet>
<Packet number="2" [...] CueStart="false">
</Packet>
<Packet number="3" [...]>     <==== MISSING
</Packet>
</GPACInspect>

With rfadts:

$ gpac -i dump.nhml rfadts inspect:analyze=full:deep:props
<Packet number="1" [...]>    <==== MISSING TOO
</Packet>
<Packet number="2"[...] CueStart="false">
</Packet>
<Packet number="3" [...]>
</Packet>
</GPACInspect>

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