10000 GitHub - peterfuture/dtrtmp: Rtmp Streaming & FLV Mux
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

peterfuture/dtrtmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dtrtmp

rtmp streaming & flv mux

Installation

Linux

  • cd librtmp & make & cd ..
  • mkdir build & cd build
  • cmake ..
  • make -j8

Android

  • Install NDK
  • cd librtmp
  • Modify Makefile: #CROSS_COMPILE=arm-linux-androideabi- => CROSS_COMPILE=arm-linux-androideabi-
  • make & cd ..
  • mkdir build & cd build
  • cmake -DCMAKE_TOOLCHAIN_FILE=../android_toolchain.cmake ..
  • make -j8

Thanks

Licence

GPL v3.0

About

Rtmp Streaming & FLV Mux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0