From: Vásáry Dániel Date: Mon, 9 Oct 2017 07:59:59 +0000 (+0000) Subject: git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube... X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=aa8dc35d4563cb27b511e06282bdcda22052a714;p=mediacube.git git-tfs-id: [tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C30556 --- diff --git a/client/DxPlay/DxPlay.csproj b/client/DxPlay/DxPlay.csproj index 97c7aa1e..2f00b4fd 100644 --- a/client/DxPlay/DxPlay.csproj +++ b/client/DxPlay/DxPlay.csproj @@ -119,6 +119,13 @@ MinimumRecommendedRules.ruleset false + + LocalIntranet + + + true + + False @@ -193,6 +200,7 @@ PreserveNewest + diff --git a/client/DxPlay/DxPlayer.cs b/client/DxPlay/DxPlayer.cs index aadd6b52..82c6fb51 100644 --- a/client/DxPlay/DxPlayer.cs +++ b/client/DxPlay/DxPlayer.cs @@ -204,7 +204,7 @@ namespace DxPlay { // Build the capture graph for grabber and renderer. // (Control to show video in, Filename to play) - private void SetupGraphLAV(Control hWin) { + private void SetupGraph(Control hWin) { int hr; m_videoWidth = MediaDescription.Resolution.Width; @@ -280,7 +280,7 @@ namespace DxPlay { #endif } - private void SetupGraph(Control hWin) { + private void SetupGraphSONY(Control hWin) { int hr; m_videoWidth = MediaDescription.Resolution.Width; @@ -300,7 +300,7 @@ namespace DxPlay { hr = m_FilterGraph.AddSourceFilter(MediaDescription.FileName, MediaDescription.FileName, out sourceFilter); DsError.ThrowExceptionForHR(hr); - //Type typeFromClsid = Type.GetTypeFromCLSID(new Guid("CCE7BD95-3BC4-4cfb-9664-0BF83201BE09")); + Type typeFromClsid = Type.GetTypeFromCLSID(new Guid("CCE7BD95-3BC4-4cfb-9664-0BF83201BE09")); //IBaseFilter splitter = (IBaseFilter)Activator.CreateInstance(typeFromClsid); IBaseFilter splitter = FilterGraphTools.AddFilterByName(graphBuilder, FilterCategory.LegacyAmFilterCategory, "Sony MXF Splitter"); diff --git a/client/DxPlay/Properties/app.manifest b/client/DxPlay/Properties/app.manifest new file mode 100644 index 00000000..b29bef0c --- /dev/null +++ b/client/DxPlay/Properties/app.manifest @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/client/Maestro/Maestro.csproj b/client/Maestro/Maestro.csproj index b237afc2..24ddc1f2 100644 --- a/client/Maestro/Maestro.csproj +++ b/client/Maestro/Maestro.csproj @@ -15,6 +15,26 @@ SAK SAK + true + \\10.10.1.28\mclowres\www\clientinstall\ + true + Web + true + Foreground + 7 + Days + false + false + true + http://10.10.1.28:90/clientinstall/ + true + index.htm + 3 + 1.0.0.%2a + false + true + true + true AnyCPU @@ -38,6 +58,22 @@ 4 false + + 5183E3A0D9BEBC2F103A2C54F49D4EB6C155376A + + + Maestro_TemporaryKey.pfx + + + true + + + true + + + + Resources\mediacube_logo_small.ico + ..\packages\FluentFTP.17.5.8\lib\net45\FluentFTP.dll @@ -191,6 +227,7 @@ Form + PreserveNewest @@ -244,6 +281,17 @@ - + + + False + Microsoft .NET Framework 4.6.1 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + \ No newline at end of file diff --git a/client/Maestro/Maestro_TemporaryKey.pfx b/client/Maestro/Maestro_TemporaryKey.pfx new file mode 100644 index 00000000..9584f61a Binary files /dev/null and b/client/Maestro/Maestro_TemporaryKey.pfx differ