mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add stream caster for post flv over http.
This commit is contained in:
parent
4d18073dab
commit
f0c24eeacc
10 changed files with 203 additions and 3 deletions
|
@ -85,6 +85,7 @@
|
|||
<ClInclude Include="..\..\src\app\srs_app_listener.hpp" />
|
||||
<ClInclude Include="..\..\src\app\srs_app_log.hpp" />
|
||||
<ClInclude Include="..\..\src\app\srs_app_mpegts_udp.hpp" />
|
||||
<ClInclude Include="..\..\src\app\srs_app_caster_flv.hpp" />
|
||||
<ClInclude Include="..\..\src\app\srs_app_pithy_print.hpp" />
|
||||
<ClInclude Include="..\..\src\app\srs_app_recv_thread.hpp" />
|
||||
<ClInclude Include="..\..\src\app\srs_app_refer.hpp" />
|
||||
|
@ -165,6 +166,7 @@
|
|||
<ClCompile Include="..\..\src\app\srs_app_listener.cpp" />
|
||||
<ClCompile Include="..\..\src\app\srs_app_log.cpp" />
|
||||
<ClCompile Include="..\..\src\app\srs_app_mpegts_udp.cpp" />
|
||||
<ClCompile Include="..\..\src\app\srs_app_caster_flv.cpp" />
|
||||
<ClCompile Include="..\..\src\app\srs_app_pithy_print.cpp" />
|
||||
<ClCompile Include="..\..\src\app\srs_app_recv_thread.cpp" />
|
||||
<ClCompile Include="..\..\src\app\srs_app_refer.cpp" />
|
||||
|
@ -213,4 +215,4 @@
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue