Studing component Samples (Export e VideoFileViewer), i developed a simple component SDK that, from a previous created exported video and audio files , read the BLK format of video e audio and create the new exported files with a new restricted dateStart and dateEnd.
It’s run but when I try to assign to _exporter.audiosouces the _camera.GetRelated() (_camera is selected from ItemPickerForm) the list is Empty.
If I select the Microphone (always from ItemPickerForm) I find it and assign too, but at the end when exported is finished and I use the SmartClientPlayer i can see only the video with the new data start and end but the audio is mute.
I used as in the sample the :
both separately for video and audio :
Uri uri = new Uri(“fil[e:\\](file:e://)” + _selectedStoragePath );
VideoOS.Platform.SDK.Environment.AddServer(uri, System.Net.CredentialCache.DefaultNetworkCredentials);
VideoOS.Platform.SDK.Environment.Login(uri, true);
VideoOS.Platform.SDK.Environment.LoadConfiguration(uri);
Are there errors? Thanks a lot