diff --git a/projects/Demo/Demo/OnvifPage.xaml.cs b/projects/Demo/Demo/OnvifPage.xaml.cs index ecd637ed..8ffcc5ca 100644 --- a/projects/Demo/Demo/OnvifPage.xaml.cs +++ b/projects/Demo/Demo/OnvifPage.xaml.cs @@ -50,7 +50,7 @@ namespace Demo if (Device.RuntimePlatform == Device.Android) { media.AddOption(new MediaConfiguration().EnableHardwareDecoding()); - media.AddOption(":network-caching=100"); + media.AddOption(":network-caching=200"); //media.AddOption(":clock-jitter=0"); //media.AddOption(":clock-synchro=0"); } diff --git a/projects/Demo/Demo/wwwroot/index.html b/projects/Demo/Demo/wwwroot/index.html index 17935d16..cfc14ef0 100644 --- a/projects/Demo/Demo/wwwroot/index.html +++ b/projects/Demo/Demo/wwwroot/index.html @@ -770,7 +770,7 @@