mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Prefix with srs_protocol in protocol directory.
This commit is contained in:
parent
665ad564fb
commit
fa78cf3354
63 changed files with 89 additions and 89 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
#include <srs_kernel_error.hpp>
|
||||
#include <srs_kernel_codec.hpp>
|
||||
#include <srs_rtmp_stack.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
#include <srs_kernel_buffer.hpp>
|
||||
#include <srs_core_autofree.hpp>
|
||||
#include <srs_kernel_utility.hpp>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include <openssl/ssl.h>
|
||||
|
||||
#include <srs_protocol_st.hpp>
|
||||
#include <srs_http_stack.hpp>
|
||||
#include <srs_protocol_http_stack.hpp>
|
||||
|
||||
class SrsHttpUri;
|
||||
class SrsHttpParser;
|
||||
|
|
|
@ -17,7 +17,7 @@ using namespace std;
|
|||
#include <srs_kernel_utility.hpp>
|
||||
#include <srs_protocol_utility.hpp>
|
||||
#include <srs_core_autofree.hpp>
|
||||
#include <srs_rtmp_stack.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
#include <srs_protocol_conn.hpp>
|
||||
|
||||
SrsHttpParser::SrsHttpParser()
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#include <srs_http_stack.hpp>
|
||||
#include <srs_protocol_http_stack.hpp>
|
||||
|
||||
class ISrsConnection;
|
||||
class SrsFastStream;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// SPDX-License-Identifier: MIT or MulanPSL-2.0
|
||||
//
|
||||
|
||||
#include <srs_http_stack.hpp>
|
||||
#include <srs_protocol_http_stack.hpp>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <sstream>
|
|
@ -4,7 +4,7 @@
|
|||
// SPDX-License-Identifier: MIT or MulanPSL-2.0
|
||||
//
|
||||
|
||||
#include <srs_raw_avc.hpp>
|
||||
#include <srs_protocol_raw_avc.hpp>
|
||||
|
||||
#include <string.h>
|
||||
using namespace std;
|
|
@ -4,7 +4,7 @@
|
|||
// SPDX-License-Identifier: MIT or MulanPSL-2.0
|
||||
//
|
||||
|
||||
#include <srs_rtc_stun_stack.hpp>
|
||||
#include <srs_protocol_rtc_stun.hpp>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -17,7 +17,7 @@ using namespace std;
|
|||
#include <srs_kernel_buffer.hpp>
|
||||
#include <srs_kernel_log.hpp>
|
||||
#include <srs_kernel_utility.hpp>
|
||||
#include <srs_rtmp_handshake.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
|
||||
static srs_error_t hmac_encode(const std::string& algo, const char* key, const int& key_length,
|
||||
const char* input, const int input_length, char* output, unsigned int& output_length)
|
|
@ -10,7 +10,7 @@
|
|||
using namespace std;
|
||||
|
||||
#include <srs_protocol_kbps.hpp>
|
||||
#include <srs_rtmp_stack.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
#include <srs_protocol_st.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
#include <srs_protocol_utility.hpp>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// SPDX-License-Identifier: MIT or MulanPSL-2.0
|
||||
//
|
||||
|
||||
#include <srs_rtmp_handshake.hpp>
|
||||
#include <srs_protocol_rtmp_handshake.hpp>
|
||||
|
||||
#include <time.h>
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
|||
#include <srs_kernel_log.hpp>
|
||||
#include <srs_protocol_io.hpp>
|
||||
#include <srs_protocol_utility.hpp>
|
||||
#include <srs_rtmp_stack.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
#include <srs_kernel_buffer.hpp>
|
||||
#include <srs_kernel_utility.hpp>
|
||||
|
|
@ -4,9 +4,9 @@
|
|||
// SPDX-License-Identifier: MIT or MulanPSL-2.0
|
||||
//
|
||||
|
||||
#include <srs_rtmp_msg_array.hpp>
|
||||
#include <srs_protocol_rtmp_msg_array.hpp>
|
||||
|
||||
#include <srs_rtmp_stack.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
|
||||
SrsMessageArray::SrsMessageArray(int max_msgs)
|
||||
{
|
|
@ -4,7 +4,7 @@
|
|||
// SPDX-License-Identifier: MIT or MulanPSL-2.0
|
||||
//
|
||||
|
||||
#include <srs_rtmp_stack.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
#include <srs_protocol_io.hpp>
|
||||
|
@ -13,7 +13,7 @@
|
|||
#include <srs_kernel_utility.hpp>
|
||||
#include <srs_protocol_stream.hpp>
|
||||
#include <srs_protocol_utility.hpp>
|
||||
#include <srs_rtmp_handshake.hpp>
|
||||
#include <srs_protocol_rtmp_handshake.hpp>
|
||||
|
||||
// for srs-librtmp, @see https://github.com/ossrs/srs/issues/213
|
||||
#ifndef _WIN32
|
|
@ -4,7 +4,7 @@
|
|||
// SPDX-License-Identifier: MIT or MulanPSL-2.0
|
||||
//
|
||||
|
||||
#include <srs_rtsp_stack.hpp>
|
||||
#include <srs_protocol_rtsp_stack.hpp>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <map>
|
|
@ -18,10 +18,10 @@ using namespace std;
|
|||
#include <srs_kernel_log.hpp>
|
||||
#include <srs_kernel_utility.hpp>
|
||||
#include <srs_kernel_buffer.hpp>
|
||||
#include <srs_rtmp_stack.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
#include <srs_kernel_codec.hpp>
|
||||
#include <srs_kernel_consts.hpp>
|
||||
#include <srs_rtmp_stack.hpp>
|
||||
#include <srs_protocol_rtmp_stack.hpp>
|
||||
#include <srs_protocol_io.hpp>
|
||||
|
||||
#include <unistd.h>
|
||||
|
@ -40,7 +40,7 @@ using namespace std;
|
|||
#include <srs_kernel_consts.hpp>
|
||||
#include <srs_kernel_log.hpp>
|
||||
#include <srs_kernel_utility.hpp>
|
||||
#include <srs_http_stack.hpp>
|
||||
#include <srs_protocol_http_stack.hpp>
|
||||
|
||||
/**
|
||||
* resolve the vhost in query string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue