All Projects → Studio-Link → app

Studio-Link / app

Licence: MIT license
studio link - app - mirror repo only -> issues now https://gitlab.com/studio.link/app

Programming Languages

c
50402 projects - #5 most used programming language
javascript
184084 projects - #8 most used programming language
Handlebars
879 projects
SCSS
7915 projects
HTML
75241 projects
Makefile
30231 projects

Projects that are alternatives of or similar to app

baresipy
baresip python wrapper
Stars: ✭ 16 (-71.43%)
Mutual labels:  sip, voip, baresip
Stun
A Go implementation of STUN
Stars: ✭ 141 (+151.79%)
Mutual labels:  streaming, sip, voip
simlar-android
Simlar for android
Stars: ✭ 61 (+8.93%)
Mutual labels:  sip, voip
Mediadevices
Go implementation of the MediaDevices API.
Stars: ✭ 197 (+251.79%)
Mutual labels:  streaming, voip
awesome-rtc
📡 A curated list of awesome Real Time Communications resources
Stars: ✭ 196 (+250%)
Mutual labels:  sip, voip
Webrtc
Pure Go implementation of the WebRTC API
Stars: ✭ 8,399 (+14898.21%)
Mutual labels:  streaming, voip
SIPTorch
A "SIP Torture" (RFC 4475) testing suite.
Stars: ✭ 54 (-3.57%)
Mutual labels:  sip, voip
sems-yeti
YETI application for SEMS core
Stars: ✭ 15 (-73.21%)
Mutual labels:  sip, voip
React Native Pjsip
A PJSIP module for React Native.
Stars: ✭ 229 (+308.93%)
Mutual labels:  sip, voip
siphub
sip capture server by hep。work with OpenSIPS, Kamailo, and FreeSWITCH。
Stars: ✭ 23 (-58.93%)
Mutual labels:  sip, voip
go-sip-ua
Go SIP UA library for client/b2bua
Stars: ✭ 129 (+130.36%)
Mutual labels:  sip, voip
vsaudit
VOIP Security Audit Framework
Stars: ✭ 104 (+85.71%)
Mutual labels:  sip, voip
Gb28181.solution
Linux/Win/Docker/kubernetes/Chart/Kustomize/GB28181/SIP/RTP/SDP/WebRTC/作为上下级域/平台级联互联
Stars: ✭ 323 (+476.79%)
Mutual labels:  streaming, sip
VAG.Node
GB28181 PS流转发网关服务<Node 版>,以GB28181对接的方式将摄像机/硬盘录像机 的PS流(H264/H265)打包推送到RTMP服务器。
Stars: ✭ 48 (-14.29%)
Mutual labels:  streaming, sip
Restcomm Connect
The Open Source Cloud Communications Platform
Stars: ✭ 232 (+314.29%)
Mutual labels:  sip, voip
tSIP
SIP softphone
Stars: ✭ 103 (+83.93%)
Mutual labels:  sip, voip
SentryPeer
A distributed peer to peer list of bad actor IP addresses and phone numbers collected via a SIP Honeypot.
Stars: ✭ 108 (+92.86%)
Mutual labels:  sip, voip
Linphone Desktop
Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of git://git.linphone.org/linphone-desktop.git
Stars: ✭ 212 (+278.57%)
Mutual labels:  sip, voip
Siprtcproxy
网关服务:Sip与Rtc互通,实现Web,Android,iOS,小程序,SIP座机,PSTN电话,手机互通。
Stars: ✭ 217 (+287.5%)
Mutual labels:  sip, voip
kvazzup
Open software for HEVC video calls
Stars: ✭ 30 (-46.43%)
Mutual labels:  sip, voip

Studio Link

Build Status

About Studio Link

Studio Link is a SIP application to create high quality Audio over IP (AoIP) connections.

Usage

Please use the prebuilt binarys at https://doku.studio-link.de/standalone/installation-standalone.html

Supported Platforms

  • Windows 64Bit
  • macOS 64Bit
  • Linux 64Bit

Changelog

See CHANGELOG.md

Development

CI builds

https://download.studio.link/devel/

Build Requirements

  • OpenSSL
  • Libtool
  • LV2 (optional)
  • Header files for OpenSSL, ALSA, PulseAudio and JACK
  • xxd and nodejs/npm

Build Requirements on Ubuntu 16.04/18.04

The needed header files are in these packages: libssl-dev libasound2-dev libjack-jackd2-dev libtool build-essential autoconf automake libpulse0 libpulse-dev xxd

And current nodejs/npm (Node.js v10.x v11.x or v12.x):

https://github.com/nodesource/distributions/blob/master/README.md

Build on Linux

mkdir studio-link
cd studio-link
git clone https://github.com/Studio-Link/3rdparty.git
cd 3rdparty
export BUILD_OS="linux"; export BUILD_TARGET="linux"; dist/build.sh
cd ..
git clone https://github.com/Studio-Link/app.git
cd app
export BUILD_OS="linux"; export BUILD_TARGET="linux"; dist/build.sh

Build on Linux with JACK support

mkdir studio-link
cd studio-link
git clone https://github.com/Studio-Link/3rdparty.git
cd 3rdparty
export BUILD_OS="linux"; export BUILD_TARGET="linuxjack"; dist/build.sh
cd ..
git clone https://github.com/Studio-Link/app.git
cd app
export BUILD_OS="linux"; export BUILD_TARGET="linuxjack"; dist/build.sh

Build on macOS

mkdir studio-link
cd studio-link
git clone https://github.com/Studio-Link/3rdparty.git
cd 3rdparty
export BUILD_OS="macos"; export BUILD_TARGET="macos_x86_64"; dist/build.sh
cd ..
git clone https://github.com/Studio-Link/app.git
cd app
export BUILD_OS="macos"; export BUILD_TARGET="macos_x86_64"; dist/build.sh

Build for Windows on Arch Linux (only)

mkdir studio-link
cd studio-link
git clone https://github.com/Studio-Link/3rdparty.git
cd 3rdparty
export BUILD_OS="mingw"; export BUILD_TARGET="windows64"; dist/build.sh
cd ..
git clone https://github.com/Studio-Link/app.git
cd app
export BUILD_OS="mingw"; export BUILD_TARGET="windows64"; dist/build_windows.sh

License

The Studio Link Apps are open-sourced software licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].