{"id":18520643,"url":"https://github.com/psi-im/psimedia","last_synced_at":"2025-04-09T09:32:55.161Z","repository":{"id":1895871,"uuid":"2822295","full_name":"psi-im/psimedia","owner":"psi-im","description":"Audio/video RTP abstraction library","archived":false,"fork":false,"pushed_at":"2024-04-02T09:08:23.000Z","size":1537,"stargazers_count":25,"open_issues_count":5,"forks_count":10,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-24T04:23:59.504Z","etag":null,"topics":["c-plus-plus","gstreamer","jingle","library","qt","voip-communications","xmpp"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/psi-im.png","metadata":{"files":{"readme":"README.html","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-11-21T19:18:31.000Z","updated_at":"2024-05-05T00:11:50.000Z","dependencies_parsed_at":"2024-04-01T14:57:58.857Z","dependency_job_id":"cfffbb01-577a-4866-a469-8375860d023f","html_url":"https://github.com/psi-im/psimedia","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psi-im%2Fpsimedia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psi-im%2Fpsimedia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psi-im%2Fpsimedia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psi-im%2Fpsimedia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psi-im","download_url":"https://codeload.github.com/psi-im/psimedia/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248012662,"owners_count":21033236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c-plus-plus","gstreamer","jingle","library","qt","voip-communications","xmpp"],"created_at":"2024-11-06T17:21:47.501Z","updated_at":"2025-04-09T09:32:54.760Z","avatar_url":"https://github.com/psi-im.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003ePsiMedia\u003c/h1\u003e\n\n\u003cp\u003ePsiMedia is a thick abstraction layer for providing audio and video RTP services to Psi-like IM clients. The implementation is based on GStreamer.\u003c/p\u003e\n\n\u003cp\u003eFor more information, see \u003ca href=\"http://jblog.andbit.net/2008/07/03/introducing-psimedia/\"\u003ethis article\u003c/a\u003e.\u003c/p\u003e\n\n\u003cp\u003eCurrently it is used for video- and audio-calls support in \u003ca href=\"https://psi-im.org/\"\u003ePsi IM\u003c/a\u003e and \u003ca href=\"https://psi-plus.com/\"\u003ePsi+\u003c/a\u003e projects.\u003c/p\u003e\n\n\u003ch2\u003eLicense\u003c/h2\u003e\n\n\u003cp\u003eThis library is licensed under the Lesser GNU General Public License. See the \u003ca href=\"https://github.com/psi-im/psimedia/blob/master/COPYING\"\u003eCOPYING\u003c/a\u003e file for more information.\u003c/p\u003e\n\n\u003ch2\u003eVersions history\u003c/h2\u003e\n\n\u003cp\u003eSee \u003ca href=\"https://github.com/psi-im/psimedia/blob/master/CHANGELOG\"\u003eCHANGELOG\u003c/a\u003e file.\u003c/p\u003e\n\n\u003ch2\u003eBuild dependencies\u003c/h2\u003e\n\n\u003cul\u003e\n\u003cli\u003e\u003ca href=\"https://github.com/psi-plus/qconf\"\u003eqconf\u003c/a\u003e (optional)\u003c/li\u003e\n\u003cli\u003eqtbase \u003e= 5.6\u003c/li\u003e\n\u003cli\u003eglib \u003e= 2.0\u003c/li\u003e\n\u003cli\u003egobject \u003e= 2.0\u003c/li\u003e\n\u003cli\u003egthread \u003e= 2.0\u003c/li\u003e\n\u003cli\u003egstreamer \u003e= 1.10.4\u003c/li\u003e\n\u003cli\u003egst-plugins-base \u003e= 1.10.4\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eInstallation\u003c/h2\u003e\n\n\u003cp\u003eContents:\u003c/p\u003e\n\n\u003cp\u003e\u003ccode\u003e\npsimedia/      API and plugin shim\ngstprovider/   provider plugin based on GStreamer\ndemo/          demonstration GUI program\n\u003c/code\u003e\u003c/p\u003e\n\n\u003cp\u003eTo build the plugin and demo program, run:\u003c/p\u003e\n\n\u003cp\u003e\u003ccode\u003esh\nqt-qconf\n./configure\nmake\n\u003c/code\u003e\u003c/p\u003e\n\n\u003cp\u003eThere is no \u003ccode\u003emake install\u003c/code\u003e target in this case. The compiled plugin may be found under the \u003ccode\u003egstprovider\u003c/code\u003e directory. An application that uses PsiMedia should have instructions on what to do with the plugin.\u003c/p\u003e\n\n\u003cp\u003eFor example, in Psi+ program \u003ccode\u003egstprovider\u003c/code\u003e plugin should be placed into:\u003c/p\u003e\n\n\u003cul\u003e\n\u003cli\u003e\u003ccode\u003e/usr/lib/psi-plus/plugins/\u003c/code\u003e in GNU/Linux systems\u003c/li\u003e\n\u003cli\u003ethe root Psi+ directory on MS Windows systems (for example, \u003ccode\u003eC:\\\\Program Files\\Psi+\\\u003c/code\u003e)\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cp\u003eIf you want to test demo program, use environment variable \u003ccode\u003ePSI_MEDIA_PLUGIN\u003c/code\u003e for setting the path to gstprovider plugin. For example:\u003c/p\u003e\n\n\u003cp\u003e\u003ccode\u003e\nPSI_MEDIA_PLUGIN=/usr/lib/psi-plus/plugins/libgstprovider.so ./demo\n\u003c/code\u003e\u003c/p\u003e\n\n\u003cp\u003eAlternatively you may build plugin and demo using \u003ccode\u003ecmake\u003c/code\u003e:\u003c/p\u003e\n\n\u003cp\u003e\u003ccode\u003esh\nmkdir -p builddir\ncd builddir\ncmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release\nmake\n\u003c/code\u003e\u003c/p\u003e\n\n\u003cp\u003eThere is special \"make install\" target in this case oriented to Psi IM users, see:\u003c/p\u003e\n\n\u003cp\u003e\u003ccode\u003e\nmake install DESTDIR=./out\ntree ./out\n\u003c/code\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsi-im%2Fpsimedia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsi-im%2Fpsimedia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsi-im%2Fpsimedia/lists"}