I am using Baseflow's XamarinMediaManager and I can't figure out a way to resume to the "live" marker of a livestream when the player is paused.
When I pause a live streamed source, there is no way I can find to jump back to live. I tried this, but it doesn't work:
await CrossMediaManager.Current.SeekTo(TimeSpan.FromHours(9999));
Is there a method i'm missing to jump to the live marker?