gpac / gpac

GPAC Ultramedia OSS for Video Streaming & Next-Gen Multimedia Transcoding, Packaging & Delivery
https://gpac.io
GNU Lesser General Public License v2.1
2.59k stars 510 forks source link

Dash player workflow #2824

Open wkdwldnd7487 opened 2 weeks ago

wkdwldnd7487 commented 2 weeks ago

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 commented 2 weeks ago

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 commented 2 weeks ago

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