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

extract kernel module, depends on core and provides kernel service(no stream)

This commit is contained in:
winlin 2014-03-01 10:30:16 +08:00
parent bcbea86202
commit dea66a322d
28 changed files with 44 additions and 35 deletions

View file

@ -28,7 +28,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
using namespace std;
#include <srs_core_error.hpp>
#include <srs_kernel_error.hpp>
#include <srs_core_log.hpp>
#include <srs_core_rtmp.hpp>
#include <srs_core_protocol.hpp>