filmov
tv
Simulate signalling to rtpengine for troubleshooting, debugging, experimenting

Показать описание
Sample SDP:
---------------
v=0
o=- 3553134431196862007 3553134431196862008 IN IP4 192.168.8.182
s=SDP data
c=IN IP4 192.168.8.182
t=0 0
m=audio 6000 RTP/AVP 18 101
a=rtpmap:18 G729/8000
a=rtpmap:101 telephone-event/8000
a=silenceSupp:off - - - -
a=fmtp:18 annexb=no
a=fmtp:101 0-15
a=ptime:20
a=mptime:20 -
a=sendrecv
---------------
Sample command to produce WebRTC-ish SDP:
$ CALLID=$RANDOM; rtpengine-ng-client offer --sdp-file=sdp-offer --call-id=$CALLID --from-tag=foo --protocol=RTP/SAVPF --SDES=off --rtcp-mux=require --ICE=force --codec-transcode=opus
Usage directly from git tree:
$ perl -Iperl utils/rtpengine-ng-client offer ...
or from within utils/:
$ perl -I../perl ./rtpengine-ng-client offer ...
Primitive signalling using JSON and netcat (with a random cookie):
$ (echo -n "$RANDOM "; echo '{"command":"ping"}') | nc -u localhost 2223
Simulate signalling to rtpengine for troubleshooting, debugging, experimenting
Kamailio World 2021: RTPEngine And Kamailio - Or How To Simulate Calls At Scale
Kamailio World 2019: RTPEngine – Beyond RTP Relaying
Light RTPENGINE PROXY (LREPROXY) FOR KAMAILIO
RTP Basics
Compiling on a Debian System rtpengine Debian GNU/Linux 11 (bullseye) Установка rtpengine Debian 11...
Kamailio World 2020: High Availability For Kamailio And RTPEngine
ClueCon 2022 Presentation - Fast Kernel-level SFU with RTPengine
Kamailio World 2015 - Workshop - Troubleshooting SIP Signalling
Real-time Transport Protocol (RTP) and RTCP | Network Encyclopedia
Kamailio World 2016 - RTC:Engine Media Handling
Debugging RTPengine memory leaks, test failures, other memory issues
Decrypt SRTP from a pcap file tcpdump, Wireshark, etc using rtpengine
Kamailio World 2019: Kamailio Development - Ask Me Anything
Kamailio World 2021: SIP Attack Handling
Игорь Гончаровский ― Применение Kamailio для обработки RTP
Kamailio World 2016 - Solving Class 4 Telephony Interface With Kamailio
srsLTE graphical uplink display
Open5GS Demo on POWDER
Kamailio World 2018: Extending Kamailio To Become A More Friendly SIP Routing Engine
USPR Connection Check in MATLAB
Kamailio World 2021: Kamailio As An SBC For Network Segregation
Kamailio World 2018: Kamailio – Least Cost Routing Engines
srsRAN
Комментарии