mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
rename rtmp io to protocol io
This commit is contained in:
parent
168625dce2
commit
82ff05c1d4
17 changed files with 29 additions and 29 deletions
|
@ -64,8 +64,8 @@ file
|
|||
../../src/protocol/srs_protocol_json.cpp,
|
||||
../../src/protocol/srs_rtmp_handshake.hpp,
|
||||
../../src/protocol/srs_rtmp_handshake.cpp,
|
||||
../../src/protocol/srs_rtmp_io.hpp,
|
||||
../../src/protocol/srs_rtmp_io.cpp,
|
||||
../../src/protocol/srs_protocol_io.hpp,
|
||||
../../src/protocol/srs_protocol_io.cpp,
|
||||
../../src/protocol/srs_rtmp_msg_array.hpp,
|
||||
../../src/protocol/srs_rtmp_msg_array.cpp,
|
||||
../../src/protocol/srs_rtmp_stack.hpp,
|
||||
|
|
|
@ -124,7 +124,7 @@
|
|||
<ClInclude Include="..\..\src\protocol\srs_protocol_amf0.hpp" />
|
||||
<ClInclude Include="..\..\src\protocol\srs_protocol_stream.hpp" />
|
||||
<ClInclude Include="..\..\src\protocol\srs_rtmp_handshake.hpp" />
|
||||
<ClInclude Include="..\..\src\protocol\srs_rtmp_io.hpp" />
|
||||
<ClInclude Include="..\..\src\protocol\srs_protocol_io.hpp" />
|
||||
<ClInclude Include="..\..\src\protocol\srs_rtmp_msg_array.hpp" />
|
||||
<ClInclude Include="..\..\src\protocol\srs_rtmp_stack.hpp" />
|
||||
<ClInclude Include="..\..\src\protocol\srs_rtmp_utility.hpp" />
|
||||
|
@ -207,7 +207,7 @@
|
|||
<ClCompile Include="..\..\src\protocol\srs_protocol_amf0.cpp" />
|
||||
<ClCompile Include="..\..\src\protocol\srs_protocol_stream.cpp" />
|
||||
<ClCompile Include="..\..\src\protocol\srs_rtmp_handshake.cpp" />
|
||||
<ClCompile Include="..\..\src\protocol\srs_rtmp_io.cpp" />
|
||||
<ClCompile Include="..\..\src\protocol\srs_protocol_io.cpp" />
|
||||
<ClCompile Include="..\..\src\protocol\srs_rtmp_msg_array.cpp" />
|
||||
<ClCompile Include="..\..\src\protocol\srs_rtmp_stack.cpp" />
|
||||
<ClCompile Include="..\..\src\protocol\srs_rtmp_utility.cpp" />
|
||||
|
|
|
@ -211,7 +211,7 @@
|
|||
<ClCompile Include="..\..\src\protocol\srs_rtmp_handshake.cpp">
|
||||
<Filter>srs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\protocol\srs_rtmp_io.cpp">
|
||||
<ClCompile Include="..\..\src\protocol\srs_protocol_io.cpp">
|
||||
<Filter>srs</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\protocol\srs_rtmp_msg_array.cpp">
|
||||
|
@ -405,7 +405,7 @@
|
|||
<ClInclude Include="..\..\src\protocol\srs_rtmp_handshake.hpp">
|
||||
<Filter>srs</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\protocol\srs_rtmp_io.hpp">
|
||||
<ClInclude Include="..\..\src\protocol\srs_protocol_io.hpp">
|
||||
<Filter>srs</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\protocol\srs_rtmp_msg_array.hpp">
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
3C1232411AAE81A400CE8F6C /* srs_raw_avc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C12322D1AAE81A400CE8F6C /* srs_raw_avc.cpp */; };
|
||||
3C1232421AAE81A400CE8F6C /* srs_protocol_amf0.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C12322F1AAE81A400CE8F6C /* srs_protocol_amf0.cpp */; };
|
||||
3C1232441AAE81A400CE8F6C /* srs_rtmp_handshake.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C1232331AAE81A400CE8F6C /* srs_rtmp_handshake.cpp */; };
|
||||
3C1232451AAE81A400CE8F6C /* srs_rtmp_io.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C1232351AAE81A400CE8F6C /* srs_rtmp_io.cpp */; };
|
||||
3C1232451AAE81A400CE8F6C /* srs_protocol_io.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C1232351AAE81A400CE8F6C /* srs_protocol_io.cpp */; };
|
||||
3C1232461AAE81A400CE8F6C /* srs_rtmp_msg_array.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C1232371AAE81A400CE8F6C /* srs_rtmp_msg_array.cpp */; };
|
||||
3C1232481AAE81A400CE8F6C /* srs_rtmp_stack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C12323B1AAE81A400CE8F6C /* srs_rtmp_stack.cpp */; };
|
||||
3C1232491AAE81A400CE8F6C /* srs_rtmp_utility.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3C12323D1AAE81A400CE8F6C /* srs_rtmp_utility.cpp */; };
|
||||
|
@ -177,8 +177,8 @@
|
|||
3C1232301AAE81A400CE8F6C /* srs_protocol_amf0.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = srs_protocol_amf0.hpp; path = ../../../src/protocol/srs_protocol_amf0.hpp; sourceTree = "<group>"; };
|
||||
3C1232331AAE81A400CE8F6C /* srs_rtmp_handshake.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = srs_rtmp_handshake.cpp; path = ../../../src/protocol/srs_rtmp_handshake.cpp; sourceTree = "<group>"; };
|
||||
3C1232341AAE81A400CE8F6C /* srs_rtmp_handshake.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = srs_rtmp_handshake.hpp; path = ../../../src/protocol/srs_rtmp_handshake.hpp; sourceTree = "<group>"; };
|
||||
3C1232351AAE81A400CE8F6C /* srs_rtmp_io.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = srs_rtmp_io.cpp; path = ../../../src/protocol/srs_rtmp_io.cpp; sourceTree = "<group>"; };
|
||||
3C1232361AAE81A400CE8F6C /* srs_rtmp_io.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = srs_rtmp_io.hpp; path = ../../../src/protocol/srs_rtmp_io.hpp; sourceTree = "<group>"; };
|
||||
3C1232351AAE81A400CE8F6C /* srs_protocol_io.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = srs_protocol_io.cpp; path = ../../../src/protocol/srs_protocol_io.cpp; sourceTree = "<group>"; };
|
||||
3C1232361AAE81A400CE8F6C /* srs_protocol_io.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = srs_protocol_io.hpp; path = ../../../src/protocol/srs_protocol_io.hpp; sourceTree = "<group>"; };
|
||||
3C1232371AAE81A400CE8F6C /* srs_rtmp_msg_array.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = srs_rtmp_msg_array.cpp; path = ../../../src/protocol/srs_rtmp_msg_array.cpp; sourceTree = "<group>"; };
|
||||
3C1232381AAE81A400CE8F6C /* srs_rtmp_msg_array.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = srs_rtmp_msg_array.hpp; path = ../../../src/protocol/srs_rtmp_msg_array.hpp; sourceTree = "<group>"; };
|
||||
3C12323B1AAE81A400CE8F6C /* srs_rtmp_stack.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = srs_rtmp_stack.cpp; path = ../../../src/protocol/srs_rtmp_stack.cpp; sourceTree = "<group>"; };
|
||||
|
@ -512,6 +512,10 @@
|
|||
3C0E1B8C1B0F5ADF003ADEF7 /* srs_http_stack.hpp */,
|
||||
3C82802A1BAFF8CC004A1794 /* srs_kafka_stack.cpp */,
|
||||
3C82802B1BAFF8CC004A1794 /* srs_kafka_stack.hpp */,
|
||||
3C12322F1AAE81A400CE8F6C /* srs_protocol_amf0.cpp */,
|
||||
3C1232301AAE81A400CE8F6C /* srs_protocol_amf0.hpp */,
|
||||
3C1232351AAE81A400CE8F6C /* srs_protocol_io.cpp */,
|
||||
3C1232361AAE81A400CE8F6C /* srs_protocol_io.hpp */,
|
||||
3C0D422C1B87165900C2508B /* srs_protocol_json.cpp */,
|
||||
3C0D422D1B87165900C2508B /* srs_protocol_json.hpp */,
|
||||
3C068D681B10149F00AA722C /* srs_protocol_kbps.cpp */,
|
||||
|
@ -520,12 +524,8 @@
|
|||
3C068D6C1B10175500AA722C /* srs_protocol_stream.hpp */,
|
||||
3C12322D1AAE81A400CE8F6C /* srs_raw_avc.cpp */,
|
||||
3C12322E1AAE81A400CE8F6C /* srs_raw_avc.hpp */,
|
||||
3C12322F1AAE81A400CE8F6C /* srs_protocol_amf0.cpp */,
|
||||
3C1232301AAE81A400CE8F6C /* srs_protocol_amf0.hpp */,
|
||||
3C1232331AAE81A400CE8F6C /* srs_rtmp_handshake.cpp */,
|
||||
3C1232341AAE81A400CE8F6C /* srs_rtmp_handshake.hpp */,
|
||||
3C1232351AAE81A400CE8F6C /* srs_rtmp_io.cpp */,
|
||||
3C1232361AAE81A400CE8F6C /* srs_rtmp_io.hpp */,
|
||||
3C1232371AAE81A400CE8F6C /* srs_rtmp_msg_array.cpp */,
|
||||
3C1232381AAE81A400CE8F6C /* srs_rtmp_msg_array.hpp */,
|
||||
3C12323B1AAE81A400CE8F6C /* srs_rtmp_stack.cpp */,
|
||||
|
@ -966,7 +966,7 @@
|
|||
3C1232B51AAE81D900CE8F6C /* srs_app_statistic.cpp in Sources */,
|
||||
3C663F161AB0155100286D8B /* srs_ingest_flv.c in Sources */,
|
||||
3C663F141AB0155100286D8B /* srs_flv_parser.c in Sources */,
|
||||
3C1232451AAE81A400CE8F6C /* srs_rtmp_io.cpp in Sources */,
|
||||
3C1232451AAE81A400CE8F6C /* srs_protocol_io.cpp in Sources */,
|
||||
3C1232211AAE814D00CE8F6C /* srs_kernel_stream.cpp in Sources */,
|
||||
3C36DB5B1ABD1CB90066CCAF /* srs_lib_bandwidth.cpp in Sources */,
|
||||
3C12329D1AAE81D900CE8F6C /* srs_app_heartbeat.cpp in Sources */,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue