Giter Site home page Giter Site logo

apapacy / ovenmediaengine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from airensoft/ovenmediaengine

0.0 1.0 0.0 18.82 MB

OvenMediaEngine (OME) is a streaming engine for real-time live broadcasting with sub-second latency.

Home Page: https://OvenMediaEngine.com/ome

License: GNU General Public License v2.0

Makefile 1.59% Perl 0.58% C 1.36% C++ 95.60% Shell 0.54% Dockerfile 0.24% Objective-C 0.01% JavaScript 0.05% PHP 0.04%

ovenmediaengine's Introduction

"Sub-Second Latency Streaming Server" OvenMediaEngine

What is OvenMediaEngine?

OvenMediaEngine (OME) is Open-Source Streaming Server with Sub-Second Latency. OME receives RTMP, MPEG-TS (Beta), and RTSP (Beta) from encoders and cameras such as OvenStreamEncoder, OBS, XSplit, and more. Then, it transmits media sources using WebRTC, Low Latency MPEG-DASH, MPEG-DASH, and HLS. We also provide OvenPlayer, Open-Source HTML5 Player.

main

What is the goal of this project?

Our goal is to make it easier for you to build a stable broadcasting/streaming service with Sub-Second Latency. So, our projects have the most optimized tools from Encoder to Player for smooth streaming.

Please click on each banner below for details.

OvenLiveKit OvenMediaEngine OvenPlayer

Features

  • Ingest
    • WebRTC Push, RTMP Push, SRT Push, MPEG-2 TS Push, RTSP Pull
  • WebRTC sub-second streaming
    • WebRTC over TCP (with Embedded TURN Server)
    • ICE (Interactive Connectivity Establishment)
    • DTLS (Datagram Transport Layer Security)
    • SRTP (Secure Real-time Transport Protocol)
    • ULPFEC (Forward Error Correction) with VP8, H.264
    • In-band FEC (Forward Error Correction) with Opus
    • Embedded WebRTC Signalling Server (WebSocket based)
  • Low latency MPEG-DASH(Chunked CAMF) streaming
  • Legacy HLS/MPEG-DASH Streaming
  • Embedded Live Transcoder (VP8, H.264, Opus, AAC, Bypass)
  • Origin-Edge structure
  • Monitoring
  • Beta
    • File Recording
    • RTMP Push Publishing(re-streaming)
    • Thumbnail
    • REST API
  • Experiment
    • P2P Traffic Distribution (Only WebRTC)

Supported Platforms

We have tested OME on the platforms listed below. However, we think it can work with other Linux packages as well:

Getting Started

Docker

docker run -d \
-p 1935:1935 \
-p 3333:3333 \
-p 3478:3478 \
-p 8080:8080 \
-p 9000:9000 \
-p 9999:9999/udp \
-p 4000-4005:4000-4005/udp \
-p 10006-10010:10006-10010/udp \
--name ovenmediaengine \
airensoft/ovenmediaengine:latest

You can also store the configuration files on your host:

docker run -d \
-p 1935:1935 \
-p 3333:3333 \
-p 3478:3478 \
-p 8080:8080 \
-p 9000:9000 \
-p 9999:9999/udp \
-p 4000-4005:4000-4005/udp \
-p 10006-10010:10006-10010/udp \
-v ome-origin-conf:/opt/ovenmediaengine/bin/origin_conf \
-v ome-edge-conf:/opt/ovenmediaengine/bin/edge_conf \
--name ovenmediaengine \
airensoft/ovenmediaengine:latest

The configuration files are now accessible under /var/lib/docker/volumes/<volume_name>/_data.

Following the above example, you will find them under /var/lib/docker/volumes/ome-origin-conf/_data and /var/lib/docker/volumes/ome-edge-conf/_data.

If you want them on a different location, the easiest way is to create links:

ln -s /var/lib/docker/volumes/ome-origin-conf/_data/ /my/new/path/to/ome-origin-conf \
&& ln -s /var/lib/docker/volumes/ome-edge-conf/_data/ /my/new/path/to/ome-edge-conf

Other Methods

Please read Getting Started chapter in tutorials.

How to Contribute

Please see our Guidelines and Rules.

And we are love to hear use cases. Please tell your story to [email protected]. The voices of real-contributors are of great help to our project.

Contribute

For more information

License

OvenMediaEngine is licensed under the GPLv2 or later.

ovenmediaengine's People

Contributors

dimiden avatar getroot avatar keukhan avatar sfreet avatar rubu avatar lee-hammer99 avatar command-tab avatar basisbit avatar alexufo avatar dbcontext avatar xylanme avatar erdnaxe avatar baronkhan avatar gregoriol avatar oleggavrilov avatar bchah avatar nooitaf avatar

Watchers

James Cloos 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.