Hello,
I’m trying to use adaptive streaming in C# version of mobile LiveSample
(https://github.com/milestonesys/mipsdkmobile-samples-dotnet/tree/main/.NET%20Framework)
I have modified login step providing login params like this:
LoginParams loginParams = new LoginParams()
{
SupportsAdaptiveStreaming = true
}
connection.LogIn(loginSettingsParams, loginParams, TimeSpan.FromSeconds(15));
Is such setting enough? How should modify it instead to enable adaptive streaming?
Moreover, how I should modify stream request step to select secondary or tertiary stream?