Add an RTP reordering queue to handle out of order packets

This commit is contained in:
Cameron Gutman
2015-05-28 08:32:51 -05:00
parent e50df23a0a
commit 956d6bb217
11 changed files with 443 additions and 48 deletions
@@ -138,10 +138,12 @@
<ClCompile Include="FakeCallbacks.c" />
<ClCompile Include="InputStream.c" />
<ClCompile Include="LinkedBlockingQueue.c" />
<ClCompile Include="Misc.c" />
<ClCompile Include="OpenAES\oaes_base64.c" />
<ClCompile Include="OpenAES\oaes_lib.c" />
<ClCompile Include="PlatformSockets.c" />
<ClCompile Include="Platform.c" />
<ClCompile Include="RtpReorderQueue.c" />
<ClCompile Include="RtspConnection.c" />
<ClCompile Include="RtspParser.c" />
<ClCompile Include="SdpGenerator.c" />
@@ -161,6 +163,7 @@
<ClInclude Include="Platform.h" />
<ClInclude Include="PlatformSockets.h" />
<ClInclude Include="PlatformThreads.h" />
<ClInclude Include="RtpReorderQueue.h" />
<ClInclude Include="Rtsp.h" />
<ClInclude Include="Video.h" />
</ItemGroup>