Playing Sequence of VAST Ads followed by Content Video in ExoPlayer with Flutter Method Channel
I’m working on a project where I need to play two VAST ads in sequence followed by a content video using ExoPlayer in a Flutter app through a method channel. I’ve tried using ConcatenatingMediaSource() but found out that it’s deprecated. Here’s my current implementation: