mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
merge the rtmp sdk to stack.
This commit is contained in:
parent
0d66e92ab5
commit
d103557a8b
33 changed files with 2031 additions and 2122 deletions
|
@ -125,7 +125,6 @@
|
|||
<ClInclude Include="..\..\src\protocol\srs_rtmp_handshake.hpp" />
|
||||
<ClInclude Include="..\..\src\protocol\srs_rtmp_io.hpp" />
|
||||
<ClInclude Include="..\..\src\protocol\srs_rtmp_msg_array.hpp" />
|
||||
<ClInclude Include="..\..\src\protocol\srs_rtmp_sdk.hpp" />
|
||||
<ClInclude Include="..\..\src\protocol\srs_rtmp_stack.hpp" />
|
||||
<ClInclude Include="..\..\src\protocol\srs_rtmp_utility.hpp" />
|
||||
<ClInclude Include="..\..\src\protocol\srs_rtsp_stack.hpp" />
|
||||
|
@ -208,7 +207,6 @@
|
|||
<ClCompile Include="..\..\src\protocol\srs_rtmp_handshake.cpp" />
|
||||
<ClCompile Include="..\..\src\protocol\srs_rtmp_io.cpp" />
|
||||
<ClCompile Include="..\..\src\protocol\srs_rtmp_msg_array.cpp" />
|
||||
<ClCompile Include="..\..\src\protocol\srs_rtmp_sdk.cpp" />
|
||||
<ClCompile Include="..\..\src\protocol\srs_rtmp_stack.cpp" />
|
||||
<ClCompile Include="..\..\src\protocol\srs_rtmp_utility.cpp" />
|
||||
<ClCompile Include="..\..\src\protocol\srs_rtsp_stack.cpp" />
|
||||
|
|
|
@ -214,9 +214,6 @@
|
|||
<ClCompile Include="..\..\src\protocol\srs_rtmp_msg_array.cpp">
|
||||
<Filter>srs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\protocol\srs_rtmp_sdk.cpp">
|
||||
<Filter>srs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\protocol\srs_rtmp_stack.cpp">
|
||||
<Filter>srs</Filter>
|
||||
</ClCompile>
|
||||
|
@ -414,9 +411,6 @@
|
|||
<ClInclude Include="..\..\src\protocol\srs_rtmp_msg_array.hpp">
|
||||
<Filter>srs</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\protocol\srs_rtmp_sdk.hpp">
|
||||
<Filter>srs</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\protocol\srs_rtmp_stack.hpp">
|
||||
<Filter>srs</Filter>
|
||||
</ClInclude>
|
||||
|
@ -450,4 +444,4 @@
|
|||
<UniqueIdentifier>{d45a9ecb-fcbe-4400-abe3-792cddecb47e}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue