Giter Site home page Giter Site logo

oufengfang / psimedia Goto Github PK

View Code? Open in Web Editor NEW

This project forked from psi-im/psimedia

0.0 1.0 0.0 1.26 MB

Audio/video RTP abstraction library

License: GNU Lesser General Public License v2.1

C 63.90% Objective-C 4.14% C++ 29.85% QMake 0.75% Makefile 0.45% CMake 0.92%

psimedia's Introduction

PsiMedia

PsiMedia is a thick abstraction layer for providing audio and video RTP services to Psi-like IM clients. The implementation is based on GStreamer.

For more information, see this article.

Currently it is used for video- and audio-calls support in Psi IM and Psi+ projects.

License

This library is licensed under the Lesser GNU General Public License. See the COPYING file for more information.

Versions history

See CHANGELOG file.

Build dependencies

  • qconf (optional)
  • qtbase >= 5.6
  • glib >= 2.0
  • gobject >= 2.0
  • gthread >= 2.0
  • gstreamer >= 1.10.4
  • gst-plugins-base >= 1.10.4

Installation

Contents:

psimedia/      API and plugin shim
gstprovider/   provider plugin based on GStreamer
demo/          demonstration GUI program

To build the plugin and demo program, run:

qt-qconf
./configure
make

There is no make install target in this case. The compiled plugin may be found under the gstprovider directory. An application that uses PsiMedia should have instructions on what to do with the plugin.

For example, in Psi+ program gstprovider plugin should be placed into:

  • /usr/lib/psi-plus/plugins/ in GNU/Linux systems
  • the root Psi+ directory on MS Windows systems (for example, C:\\Program Files\Psi+\)

If you want to test demo program, use environment variable PSI_MEDIA_PLUGIN for setting the path to gstprovider plugin. For example:

PSI_MEDIA_PLUGIN=/usr/lib/psi-plus/plugins/libgstprovider.so ./demo

Alternatively you may build plugin and demo using cmake:

mkdir -p builddir
cd builddir
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
make

There is special "make install" target in this case oriented to Psi IM users, see:

make install DESTDIR=./out
tree ./out

psimedia's People

Contributors

tehnick avatar ri0n avatar drizt avatar vitozz avatar liuch avatar wadealer avatar

Watchers

 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.