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

Restart session for next program #48

Open
dyue opened this issue Oct 17, 2022 · 0 comments
Open

Restart session for next program #48

dyue opened this issue Oct 17, 2022 · 0 comments

Comments

@dyue
Copy link

dyue commented Oct 17, 2022

I have a feed streaming live content. When the current program ends and next program starts, I would like to update new content metadata for the next program. However, ContentMetadataBuilder has a playbackStarted flag that prevents new metadata info being set.

I have tried ConvivaAnalyticsIntegration.endSession and then ConvivaAnalyticsIntegration.initializeSession to force a new session. However, because the player is still playing, there is no playing event and the states cannot go into the correct state (e.g. Conviva thinks the session is stopped because ConvivaAnalyticsIntegration.onPlayingListener is not invoked and ConvivaAnalyticsIntegration.transitionState isn't called).

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