Coder Social home page Coder Social logo

postnik0706 / sipsorcerymedia.ffmpeg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sipsorcery-org/sipsorcerymedia.ffmpeg

0.0 0.0 0.0 75.37 MB

FFmpeg codec

License: GNU Lesser General Public License v2.1

C++ 7.38% C 8.85% C# 74.32% HTML 9.45%
ffmpeg sipsorcery

sipsorcerymedia.ffmpeg's Introduction

SIPSorceryMedia.FFmpeg

This project is an example of developing a C# library that can use features from FFmpeg native libraries and that inegrates with the SIPSorcery real-time communications library.

This project has been test successfully on Windows, MacOs and Linux.

The classes in this project provide functions to:

  • Video codecs: VP8, H264
  • Audio codecs: PCMU (G711), PCMA (G711), G722, G729 and Opus
  • Video input:
    • using local file or remote using URI (like this)
    • using camera
    • using screen
  • Audio input:
    • using local file or remote using URI (like this or this)
    • using microphone

You can set any Video input (or none) with any Audio input (or none)

There is no Audio ouput in this library. For this you can use SIPSorcery.SDL2

Installing FFmpeg

For Windows

No additional steps are required for an x64 build. The nuget package includes the FFmpeg x64 binaries.

For Linux

Install the FFmpeg binaries using the package manager for the distribution.

sudo apt install ffmpeg

For Mac

Install homebrew

brew install ffmpeg brew install mono-libgdiplus

Testing

Test

sipsorcerymedia.ffmpeg's People

Contributors

christophei avatar matoskidata avatar namaneo avatar sipsorcery 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.