/dtstream

protocal collection

Primary LanguageCMakeGNU General Public License v3.0GPL-3.0

dtcodec

stream wrapper collection both for Linux & Android

Feature

  • rtmp - comming
  • rtsp - comming

Installation

Linux

  • Install rtmpLinux Version
  • mkdir build & cd build
  • cmake..
  • make -j8

Android

  • Install NDK
  • Install rtmp Android Version
  • mkdir build & cd build
  • cmake -DCMAKE_TOOLCHAIN_FILE=../android_toolchain.cmake ..
  • make -j8

TEST

[rtmp测试服务器部署] (https://github.com/void-retire/dtlive_android/wiki/1-如何源码编译并部署red5)

Licence

GPL v3.0