mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
rename protocol dir to pro. move rtmp stack to protocol module
This commit is contained in:
parent
4a8bc3b277
commit
4e3f7843fe
16 changed files with 22 additions and 23 deletions
|
@ -31,7 +31,7 @@ using namespace std;
|
|||
#include <srs_core_rtmp.hpp>
|
||||
#include <srs_kernel_error.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
#include <srs_core_protocol.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
#include <srs_kernel_config.hpp>
|
||||
#include <srs_core_autofree.hpp>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ using namespace std;
|
|||
#include <srs_kernel_error.hpp>
|
||||
#include <srs_kernel_log.hpp>
|
||||
#include <srs_core_rtmp.hpp>
|
||||
#include <srs_core_protocol.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
#include <srs_core_autofree.hpp>
|
||||
#include <srs_core_source.hpp>
|
||||
#include <srs_core_server.hpp>
|
||||
|
|
|
@ -37,7 +37,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include <srs_kernel_config.hpp>
|
||||
#include <srs_core_rtmp.hpp>
|
||||
#include <srs_kernel_pithy_print.hpp>
|
||||
#include <srs_core_protocol.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
|
||||
#ifdef SRS_FFMPEG
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include <srs_kernel_error.hpp>
|
||||
#include <srs_core_rtmp.hpp>
|
||||
#include <srs_kernel_log.hpp>
|
||||
#include <srs_core_protocol.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
#include <srs_kernel_pithy_print.hpp>
|
||||
#include <srs_core_rtmp.hpp>
|
||||
#include <srs_kernel_config.hpp>
|
||||
|
|
|
@ -36,7 +36,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include <srs_kernel_error.hpp>
|
||||
#include <srs_core_codec.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
#include <srs_core_protocol.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
#include <srs_kernel_config.hpp>
|
||||
#include <srs_core_source.hpp>
|
||||
#include <srs_core_autofree.hpp>
|
||||
|
|
|
@ -26,7 +26,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include <srs_kernel_log.hpp>
|
||||
#include <srs_kernel_error.hpp>
|
||||
#include <srs_protocol_io.hpp>
|
||||
#include <srs_core_protocol.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
#include <srs_core_autofree.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
#include <srs_core_handshake.hpp>
|
||||
|
|
|
@ -27,7 +27,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
using namespace std;
|
||||
|
||||
#include <srs_kernel_log.hpp>
|
||||
#include <srs_core_protocol.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
#include <srs_core_autofree.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
#include <srs_core_codec.hpp>
|
||||
|
|
|
@ -29,7 +29,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include <stdlib.h>
|
||||
|
||||
#include <srs_core_rtmp.hpp>
|
||||
#include <srs_core_protocol.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
#include <srs_kernel_error.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
#include <srs_core_autofree.hpp>
|
||||
|
|
|
@ -21,7 +21,7 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <srs_core_protocol.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
|
||||
#include <srs_kernel_log.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
|
@ -21,11 +21,11 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef SRS_CORE_PROTOCOL_HPP
|
||||
#define SRS_CORE_PROTOCOL_HPP
|
||||
#ifndef SRS_PROTOCOL_RTMP_STACK_HPP
|
||||
#define SRS_PROTOCOL_RTMP_STACK_HPP
|
||||
|
||||
/*
|
||||
#include <srs_core_protocol.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
*/
|
||||
|
||||
#include <srs_core.hpp>
|
|
@ -25,10 +25,12 @@ file
|
|||
..\kernel\srs_kernel_stream.hpp,
|
||||
..\kernel\srs_kernel_stream.cpp,
|
||||
protocol readonly separator,
|
||||
..\protocol\srs_protocol_amf0.hpp,
|
||||
..\protocol\srs_protocol_amf0.cpp,
|
||||
..\protocol\srs_protocol_io.hpp,
|
||||
..\protocol\srs_protocol_io.cpp,
|
||||
..\pro\srs_protocol_amf0.hpp,
|
||||
..\pro\srs_protocol_amf0.cpp,
|
||||
..\pro\srs_protocol_io.hpp,
|
||||
..\pro\srs_protocol_io.cpp,
|
||||
..\pro\srs_protocol_rtmp_stack.hpp,
|
||||
..\pro\srs_protocol_rtmp_stack.cpp,
|
||||
app readonly separator,
|
||||
..\app\srs_core_bandwidth.hpp,
|
||||
..\app\srs_core_bandwidth.cpp,
|
||||
|
@ -50,8 +52,6 @@ file
|
|||
..\app\srs_core_http.cpp,
|
||||
..\app\srs_core_log_context.hpp,
|
||||
..\app\srs_core_log_context.cpp,
|
||||
..\app\srs_core_protocol.hpp,
|
||||
..\app\srs_core_protocol.cpp,
|
||||
..\app\srs_core_refer.hpp,
|
||||
..\app\srs_core_refer.cpp,
|
||||
..\app\srs_core_rtmp.hpp,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue