Christian Regli

Results 2 issues of Christian Regli

All apps will be transitioned to AppCenter by November 16, 2019. Will Fake.HockeyAppHelper be updated to the AppCenter API?

help wanted

I'm checking the duration of a video coming from a stream. ``` FFProbeHelper.VerifyFFProbeExists(); using (var videoStream = await AzureStorageManager.DownloadAsync(model.VideoFilePath, AzureContainers.video)) { var mediaInfo = await FFProbe.AnalyseAsync(videoStream); model.AdvertLength = mediaInfo.Duration.Seconds; ......