Giter Site home page Giter Site logo

vmodule / dss Goto Github PK

View Code? Open in Web Editor NEW

This project forked from macosforge/dss

1.0 1.0 0.0 23.56 MB

Darwin Streaming Server is Apple's open source version of the QuickTime Streaming Server technology allowing you to send streaming media across the Internet using the industry standard RTP and RTSP protocols.

Home Page: https://macosforge.github.io/dss/

License: Other

C++ 72.95% C 7.19% Shell 2.95% Objective-C 2.39% Assembly 0.20% Makefile 0.09% Python 0.20% HTML 4.90% Perl 6.93% JavaScript 0.40% Perl 6 1.59% Batchfile 0.16% Roff 0.05%

dss's Introduction

vmodule

vmodule streaming

#how to CMake_Cross_Compiling? http://www.vtk.org/Wiki/CMake_Cross_Compiling#Setting_up_the_system_and_toolchain https://cmake.org/cmake/help/v3.8/manual/cmake-toolchains.7.html

#How to compile vmodule to Linux 1).download the vmodule source the make dir build $mkdir build $cd build $cmake ../ -DCMAKE_SYSTEM_NAME=Linux -DCMAKE_INSTALL_PREFIX=../output $make $make install

#how to compile vmodule to android #if the ndk path:/home/jeffrey/ideTools/android-ndk-r14b $mkdir build $cd build $cmake ../
-DCMAKE_SYSTEM_NAME=Android
-DCMAKE_SYSTEM_VERSION=24
-DCMAKE_ANDROID_ARCH_ABI=arm64-v8a
-DCMAKE_ANDROID_NDK=/home/jeffrey/ideTools/android-ndk-r14b
-DCMAKE_ANDROID_STL_TYPE=gnustl_static
-DCMAKE_INSTALL_PREFIX=../output

#How to compile libevent and install the lib to ndk path
$mkdir build $cd build $cmake ../
-DCMAKE_SYSTEM_NAME=Android
-DCMAKE_SYSTEM_VERSION=24
-DCMAKE_ANDROID_ARCH_ABI=arm64-v8a
-DCMAKE_ANDROID_NDK=/home/jeffrey/ideTools/android-ndk-r14b
-DCMAKE_ANDROID_STL_TYPE=gnustl_static
-DEVENT__HAVE_WAITPID_WITH_WNOWAIT=OFF
-DEVENT__HAVE_GETIFADDRS=OFF
-DEVENT__HAVE_ARC4RANDOM=OFF
-DEVENT__BUILD_SHARED_LIBRARIES=ON
-DCMAKE_INSTALL_PREFIX=/home/jeffrey/ideTools/android-ndk-r14b/platforms/android-24/arch-arm64/usr

#windows virtual studuio config

please create enpty project

C/C++->Preprocessor: WIN32 _DEBUG _CRT_SECURE_NO_WARNINGS DEBUG_ENABLE TARGET_WINDOWS VMODULE_EXECUTABLE

C/C++->Advanced->Compile As: Compile as C++ Code

C/C++->Preprocessor->Preprocessor Header: Not Using Precompiled Header 4. C/C++->Code Generation->Runtime Library: Thread Debug DLL (MDd)

dss's People

Contributors

jeffreylau avatar ryandesign avatar vmodule avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.