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

Dash player workflow #2824

Closed
1 task
wkdwldnd7487 opened this issue May 1, 2024 · 3 comments
Closed
1 task

Dash player workflow #2824

wkdwldnd7487 opened this issue May 1, 2024 · 3 comments

Comments

@wkdwldnd7487
Copy link

wkdwldnd7487 commented May 1, 2024

Thanks for reporting your issue. Please make sure these boxes are checked before submitting your issue - thank you!

Detailed guidelines: https://gpac.io/bug-reporting/

Hi, I was wondering how dash works inside gpac when I play videos on gpac-gui through DASH.
Is the workflow I drew the right flow?
2

@rbouqueau
Copy link
Member

That's a generic drawing.

If you want to know which GPAC filters are instantiated, run your command-line with the -graph option. This will display the filters being actually loaded. (You can also monitor these filters dynamically by adding -r).

If you want to know which processing and decisions happen, activate the logs with -logs=dash@info (or more verbose -logs=dash@debug).

We have recently updated our documentation: https://wiki.gpac.io/. Feedback welcome.

If you still don't have the answer to your question let's continue this discussion here.

@wkdwldnd7487
Copy link
Author

@rbouqueau Thank you so much sir. I'll check it.

@jeanlf
Copy link
Member

jeanlf commented May 23, 2024

You need to add a feedback loop from the download part ("get segment" in your diagram) and from "buffer" to the "select representation".

@jeanlf jeanlf closed this as completed May 23, 2024
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

3 participants