Giter VIP home page Giter VIP logo

puppycodes / ant-media-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ant-media/ant-media-server

0.0 0.0 0.0 220.34 MB

Ant Media Server supports RTMP, RTSP, WebRTC and Adaptive Bitrate. It can also record videos in MP4, HLS and FLV

Home Page: http://antmedia.io

License: Apache License 2.0

Shell 0.33% Java 86.92% Batchfile 0.20% HTML 4.05% JavaScript 7.81% CSS 0.03% Python 0.24% Ruby 0.29% Groovy 0.13%

ant-media-server's Introduction

Ant Media Server

Ant Media Server is an Open Source Media Server that supports:

  • Live Stream Publishing with RTMP, RTSP and WebRTC
  • Recording Live Streams (FLV, MP4 and HLS Containers)
  • Adaptive Bitrate Conversion for Live Streams (FLV, MP4, HLS) in Enterprise Edition
  • Streaming Video (FLV, F4V, MP4, 3GP)
  • Streaming Audio (MP3, F4A, M4A, AAC)
  • Shared Objects
  • Remoting
  • Protocols: RTMP, RTMPT, RTMPS, RTMPE, RTSP, HTTP

Ant Media Server is based on Red5

Features comes with Ant Media Server

  • HLS and MP4 Muxing: Live broadcasts can be played with HLS even in web browsers that do not support flash (Android and iOS). In addition recorded live broadcasts can be played in any web browsers without loading any add-ons with MP4 Recording. Recording operations can be easily enabled or disabled with the commands shown below which is located in the conf/red5.properties file:

    broadcastream.auto.record.mp4=true

    broadcastream.auto.record.hls=true

  • RTSP: Publish and Play live and vod streams with RTSP (UDP). Default RTSP port number 5554.

  • WebRTC: Publish and Play live and vod streams with WebRTC

  • Adaptive Bitrate Conversion: Lower down the resolution of the live streams on the play to let stream play seamlessly in any internet speed.

Releases

Ant Media Server 1.0RC Release (June 5, 2017)

ZIP

Red5+ 1.0.1 Release (27 March 2017)

Tarball & ZIP

Build from Source

To build the jars, execute the following on the command line:

mvn -Dmaven.test.skip=true install

This will create the jars in the "target" directory of the workspace; this will also skip the unit tests.

To package everything up in an assembly (tarball/zip):

mvn -Dmaven.test.skip=true clean package -P assemble

To build a milestone tarball:

mvn -Dmilestone.version=1.0.7-M1 clean package -Pmilestone

Eclipse

  1. Create the eclipse project files, execute this within ant-media-server directory.
mvn eclipse:eclipse
  1. Import the project into Eclipse.
  2. Access the right-click menu and select "Configure" and then "Convert to Maven Project".
  3. Now the project will build automatically, if you have the maven plugin installed.

Additional features supported via plugin

ant-media-server's People

Contributors

dominick avatar esasse avatar maritelle avatar maydin avatar mdalepiane avatar mekya avatar menelaosbgr avatar mondain avatar ritzalam avatar solomax avatar t2y 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.