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

Total buffer capacity #18

Closed
ghost opened this issue Nov 17, 2018 · 2 comments
Closed

Total buffer capacity #18

ghost opened this issue Nov 17, 2018 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 17, 2018

hey,issues again :D
how to set the total buffer capacity? buffer is infinite?can i set an upper limit to buffer?
i didn't see the restrict of buffer in mpeg-play.
another:
how can i run the dash in variable bandwidth condition?

@djvergad
Copy link
Owner

The total buffer capacity is considered unlimited in the current version of the simulator, but it shouldn't be too difficult to change it to have a maximum capacity if that is what you need.

Regarding the variable bandwidth situation, have a look at issue #16, where someone has linked a way to achieve something similar to what you are asking.

I plan to implement both features at some point if a find the time, in the meantime if you implement them yourself please submit a pull request so that others can also benefit from the changes.

@djvergad
Copy link
Owner

Buffer capacity has been implemented in commit f3d0de8.

Bandwidth fluctuation example may be found at https://github.com/djvergad/dash/blob/master/examples/link-example.cc

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

1 participant