You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: