All Projects → steely-glint → srtplight

steely-glint / srtplight

Licence: other
set of classes implementing a simple (S)RTP stack

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to srtplight

sip3-captain-ce
SIP3 Captain (Community Edition)
Stars: ✭ 73 (+114.71%)
Mutual labels:  rtp, rtcp
mystery
WebRTC Server implemented by ❤️ Rust + Node.js.
Stars: ✭ 150 (+341.18%)
Mutual labels:  rtp, rtcp
janus-gateway-live
RTMP edge speed with janus-gateway
Stars: ✭ 38 (+11.76%)
Mutual labels:  rtp, rtcp
werift-webrtc
WebRTC Implementation for TypeScript (Node.js), includes ICE/DTLS/SCTP/RTP/SRTP
Stars: ✭ 228 (+570.59%)
Mutual labels:  rtp, srtp
srtp
A Go implementation of SRTP
Stars: ✭ 83 (+144.12%)
Mutual labels:  rtp, srtp
WireBug
WireBug is a toolset for Voice-over-IP penetration testing
Stars: ✭ 142 (+317.65%)
Mutual labels:  rtp, srtp
rtsp-simple-proxy
DEPRECATED - please use https://github.com/aler9/rtsp-simple-server
Stars: ✭ 41 (+20.59%)
Mutual labels:  rtp, rtcp
sip3-salto-ce
SIP3 Salto (Community Edition)
Stars: ✭ 71 (+108.82%)
Mutual labels:  rtp, rtcp
Webrtc
Pure Go implementation of the WebRTC API
Stars: ✭ 8,399 (+24602.94%)
Mutual labels:  rtp, srtp
krtp
node.js implementation of rtp, rtcp protocols. RFC 3550
Stars: ✭ 30 (-11.76%)
Mutual labels:  rtp, rtcp
Libcrtc
WebRTC C++ library built on top of chromium webrtc.
Stars: ✭ 89 (+161.76%)
Mutual labels:  rtp
Streamnode Gb28181
本项目是基于ZLMediaKit的流媒体控制管理接口平台,支持RTSP,GB28181的设备拉流与推流控制,GB28181支持PTZ控制。
Stars: ✭ 96 (+182.35%)
Mutual labels:  rtp
terms-dictionary
Simple definitions of terms, acronyms, abbreviations, companies, and projects related to financial services and Moov.
Stars: ✭ 48 (+41.18%)
Mutual labels:  rtp
Homer App
HOMER 7.x Front-End and API Server
Stars: ✭ 88 (+158.82%)
Mutual labels:  rtp
sipsorcery-media
The SIPSorcery library for WebRTC infrastructure and Windows audio and video capture.
Stars: ✭ 19 (-44.12%)
Mutual labels:  srtp
Rtptools
RTP Tools
Stars: ✭ 74 (+117.65%)
Mutual labels:  rtp
Sip3 Ansible
Ansible scripts to install and configure SIP3
Stars: ✭ 64 (+88.24%)
Mutual labels:  rtp
Rtp Streamer
rtp record and rtp streamer
Stars: ✭ 60 (+76.47%)
Mutual labels:  rtp
ZLMediaKit
WebRTC/RTSP/RTMP/HTTP/HLS/HTTP-FLV/WebSocket-FLV/HTTP-TS/HTTP-fMP4/WebSocket-TS/WebSocket-fMP4/GB28181/SRT server and client framework based on C++11
Stars: ✭ 7,790 (+22811.76%)
Mutual labels:  rtp
Media Stream Library Js
JavaScript library to handle media streams on the command line (Node.js) and in the browser.
Stars: ✭ 192 (+464.71%)
Mutual labels:  rtp

srtplight

set of classes implementing a simple (S)RTP stack

  • In pure Java.
  • Acceptably quick as the JVM offloads AES to hardware when possible (eg on ARM)
  • Supports RTP, SRTP and (S)RTCP
  • SRTP in AES_CM_128_HMAC_SHA1_80 only
  • Tested against all the major browser webRTC implementations
  • Does not include WebRTC's DTLS-SRTP key exchange (look at BouncyCastle for that)

It was originally written for Voxeo's Phono project as part of an applet based in-browser phone.

  • issues,PRs,fixes etc are welcome
  • Apache license.
  • now used in |pipe| (see github.com/pipe/)
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].