Seek Event Handler Not working For Live Stream

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?

Hi @farhan.anees,

As listed in the documentation for the Seek event, the TimeShift event should be used instead. Similarly, the equivalent for the Seeked event is the TimeShifted event.

Best,
Daniel