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

OSMF : DynamicTrait, support get/set maxAllowedIndex #88

Open
coolheinze opened this issue Oct 7, 2014 · 2 comments
Open

OSMF : DynamicTrait, support get/set maxAllowedIndex #88

coolheinze opened this issue Oct 7, 2014 · 2 comments

Comments

@coolheinze
Copy link

Using setMaxAllowedDynamicStreamIndex upon "loadedmetadata" seems broken, unless I've misunderstood something. getMaxAllowedDynamicStreamIndex returns 5 by default on my stream, and setting it to e.g. 1 is registered and confirmed: getMaxAllowedDynamicStreamIndex thereafter returns 1 or whatever, rather than 5.

It does not, however, affect the playback in any way.

@mangui
Copy link
Owner

mangui commented Oct 7, 2014

indeed this is not supported in OSMF plugins.
this would require some changes in https://github.com/mangui/flashls/blob/master/src/org/mangui/osmf/plugins/traits/HLSDynamicStreamTrait.as
and also some changes in org.mangui.hls to setup a max level index
it should not be too complex to handle

@mangui mangui changed the title setMaxAllowedDynamicStreamIndex seems to be ignored OSMF : DynamicTrait, support get/set maxAllowedIndex Oct 7, 2014
@coolheinze
Copy link
Author

Ah, as I wrote: "...unless I've misunderstood something." ;o)

@mangui mangui added the OSMF label Jun 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants