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

[WASM] Interactive graph builder cannot probe to inspect filter #2820

Closed
DenizUgur opened this issue Apr 29, 2024 · 1 comment
Closed

[WASM] Interactive graph builder cannot probe to inspect filter #2820

DenizUgur opened this issue Apr 29, 2024 · 1 comment

Comments

@DenizUgur
Copy link
Contributor

Using the file attached below, I've tried the following steps in the wasm demo page but at the end I get Failed -11.

  • fs
  • a src=beepbop.mp4
  • r
  • a ffdec
  • r
  • p inspect

I was expecting it to be possible for ffdec to connect to inspect as it can do so in the native build using the following command: gpac -dl -np -i beepbop.mp4 mp4dmx -rl @#audio ffdec -rl -g inspect -rl -se -g

@jeanlf jeanlf closed this as completed in f104bc9 May 29, 2024
@jeanlf
Copy link
Member

jeanlf commented May 29, 2024

The problem was coming from the probing , also in native mode, now fixed.

Note that the syntax for gpac is actually:

gpac -dl -np -i beebbop.mp4 mp4dmx -rl ffdec -rl -pl=@inspect -g ...

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