mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
extract protocol module, move amf0 to protocol module
This commit is contained in:
parent
7e14e7fa57
commit
85cd1e1a41
11 changed files with 27 additions and 19 deletions
|
@ -30,7 +30,7 @@ using namespace std;
|
|||
|
||||
#include <srs_core_rtmp.hpp>
|
||||
#include <srs_kernel_error.hpp>
|
||||
#include <srs_core_amf0.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
#include <srs_core_protocol.hpp>
|
||||
#include <srs_kernel_config.hpp>
|
||||
#include <srs_core_autofree.hpp>
|
||||
|
|
|
@ -35,7 +35,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_core_amf0.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
#include <srs_core_protocol.hpp>
|
||||
#include <srs_kernel_config.hpp>
|
||||
#include <srs_core_source.hpp>
|
||||
|
|
|
@ -24,7 +24,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include <srs_core_protocol.hpp>
|
||||
|
||||
#include <srs_kernel_log.hpp>
|
||||
#include <srs_core_amf0.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
#include <srs_kernel_error.hpp>
|
||||
#include <srs_core_socket.hpp>
|
||||
#include <srs_kernel_buffer.hpp>
|
||||
|
|
|
@ -28,7 +28,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include <srs_core_socket.hpp>
|
||||
#include <srs_core_protocol.hpp>
|
||||
#include <srs_core_autofree.hpp>
|
||||
#include <srs_core_amf0.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
#include <srs_core_handshake.hpp>
|
||||
#include <srs_kernel_config.hpp>
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ using namespace std;
|
|||
#include <srs_kernel_log.hpp>
|
||||
#include <srs_core_protocol.hpp>
|
||||
#include <srs_core_autofree.hpp>
|
||||
#include <srs_core_amf0.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
#include <srs_core_codec.hpp>
|
||||
#include <srs_core_hls.hpp>
|
||||
#include <srs_core_forward.hpp>
|
||||
|
|
|
@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include <srs_core_rtmp.hpp>
|
||||
#include <srs_core_protocol.hpp>
|
||||
#include <srs_kernel_error.hpp>
|
||||
#include <srs_core_amf0.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
#include <srs_core_autofree.hpp>
|
||||
#include <srs_kernel_stream.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_amf0.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
|
||||
#include <utility>
|
||||
|
|
@ -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_AMF0_HPP
|
||||
#define SRS_CORE_AMF0_HPP
|
||||
#ifndef SRS_PROTOCOL_AMF0_HPP
|
||||
#define SRS_PROTOCOL_AMF0_HPP
|
||||
|
||||
/*
|
||||
#include <srs_core_amf0.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
*/
|
||||
|
||||
#include <srs_core.hpp>
|
|
@ -24,9 +24,10 @@ file
|
|||
..\kernel\srs_kernel_reload.cpp,
|
||||
..\kernel\srs_kernel_stream.hpp,
|
||||
..\kernel\srs_kernel_stream.cpp,
|
||||
protocol readonly separator,
|
||||
..\protocol\srs_protocol_amf0.hpp,
|
||||
..\protocol\srs_protocol_amf0.cpp,
|
||||
app readonly separator,
|
||||
..\app\srs_core_amf0.hpp,
|
||||
..\app\srs_core_amf0.cpp,
|
||||
..\app\srs_core_bandwidth.hpp,
|
||||
..\app\srs_core_bandwidth.cpp,
|
||||
..\app\srs_core_client.hpp,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue