1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

rename pro to rtmp protocol.

This commit is contained in:
winlin 2014-03-01 14:05:58 +08:00
parent 8d5806154b
commit 4c498b67da
12 changed files with 18 additions and 18 deletions

View file

@ -24,17 +24,17 @@ file
..\kernel\srs_kernel_reload.cpp,
..\kernel\srs_kernel_stream.hpp,
..\kernel\srs_kernel_stream.cpp,
protocol readonly separator,
..\pro\srs_protocol_amf0.hpp,
..\pro\srs_protocol_amf0.cpp,
..\app\srs_protocol_handshake.hpp,
..\app\srs_protocol_handshake.cpp,
..\pro\srs_protocol_io.hpp,
..\pro\srs_protocol_io.cpp,
..\pro\srs_protocol_rtmp.hpp,
..\pro\srs_protocol_rtmp.cpp,
..\pro\srs_protocol_rtmp_stack.hpp,
..\pro\srs_protocol_rtmp_stack.cpp,
rtmp protocol readonly separator,
..\rtmp\srs_protocol_amf0.hpp,
..\rtmp\srs_protocol_amf0.cpp,
..\rtmp\srs_protocol_handshake.hpp,
..\rtmp\srs_protocol_handshake.cpp,
..\rtmp\srs_protocol_io.hpp,
..\rtmp\srs_protocol_io.cpp,
..\rtmp\srs_protocol_rtmp.hpp,
..\rtmp\srs_protocol_rtmp.cpp,
..\rtmp\srs_protocol_rtmp_stack.hpp,
..\rtmp\srs_protocol_rtmp_stack.cpp,
app readonly separator,
..\app\srs_core_bandwidth.hpp,
..\app\srs_core_bandwidth.cpp,