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

move handshake and rtmp to protocol module

This commit is contained in:
winlin 2014-03-01 14:03:02 +08:00
parent 0296c8eff4
commit 2074b50d87
14 changed files with 31 additions and 32 deletions

View file

@ -30,7 +30,7 @@ using namespace std;
#include <srs_kernel_error.hpp>
#include <srs_kernel_log.hpp>
#include <srs_core_rtmp.hpp>
#include <srs_protocol_rtmp.hpp>
#include <srs_protocol_rtmp_stack.hpp>
#include <srs_core_autofree.hpp>
#include <srs_core_source.hpp>