Add encrypted input support

This commit is contained in:
Cameron Gutman
2014-08-26 23:33:43 -07:00
parent 5d2d6cc617
commit 74f2334c2e
15 changed files with 2152 additions and 32 deletions
@@ -137,6 +137,8 @@
<ClCompile Include="ControlStream.c" />
<ClCompile Include="InputStream.c" />
<ClCompile Include="LinkedBlockingQueue.c" />
<ClCompile Include="OpenAES\oaes_base64.c" />
<ClCompile Include="OpenAES\oaes_lib.c" />
<ClCompile Include="PlatformSockets.c" />
<ClCompile Include="PlatformThreads.c" />
<ClCompile Include="RtspConnection.c" />
@@ -151,6 +153,10 @@
<ClInclude Include="Limelight-internal.h" />
<ClInclude Include="Limelight.h" />
<ClInclude Include="LinkedBlockingQueue.h" />
<ClInclude Include="OpenAES\oaes_base64.h" />
<ClInclude Include="OpenAES\oaes_common.h" />
<ClInclude Include="OpenAES\oaes_config.h" />
<ClInclude Include="OpenAES\oaes_lib.h" />
<ClInclude Include="Platform.h" />
<ClInclude Include="PlatformSockets.h" />
<ClInclude Include="PlatformThreads.h" />