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

Stream read chunk size #482

Open
danielkucera opened this issue Nov 17, 2020 · 2 comments
Open

Stream read chunk size #482

danielkucera opened this issue Nov 17, 2020 · 2 comments

Comments

@danielkucera
Copy link

The option description says:

Stream read chunk size for recordings

Does this really apply for recordings only? Its value is returned in hts client method GetStreamReadChunkSize

From this it seems it also affects live stream buffering:
https://github.com/xbmc/xbmc/blob/04202f6caefddd12539a9c00350d0ba44e0c3366/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/PVR.h#L2610

@danielkucera
Copy link
Author

According to my testing it also seem to influence live streaming. Setting some bigger default (e.g. 256kB) could help many people with not-so-great Internet lines.

@Jalle19
Copy link
Contributor

Jalle19 commented Nov 18, 2020

A few lines below the one you linked there is https://github.com/xbmc/xbmc/blob/04202f6caefddd12539a9c00350d0ba44e0c3366/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/PVR.h#L2615 ("Optional, and only used if not reading from demuxer")

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