player.on(bitmovin.player.PlayerEvent.Seek, function(seekEvent) {}
player.on(bitmovin.player.PlayerEvent.Seeked, function(seekEvent) {}
Above events are nor working in case of LIVE stream Yes these are working for VOD but not for LIVE.
What should i do?