Skip to content

OxleyS/janus-ssrc-switch-bug-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproduction case for meetecho/janus-gateway#2899

Setup

Janus built with:

CFLAGS="-O1 -g3 -ggdb3 -fno-omit-frame-pointer -fsanitize=address -fno-sanitize-recover=all -fsanitize-address-use-after-scope" \
LDFLAGS=-fsanitize=address \
./configure \
--disable-static \
--disable-all-plugins \
--disable-all-transports \
--disable-all-handlers \
--enable-plugin-videoroom \
--enable-websockets

Config used is in config

Run Test

Run the stress test with

npm install
node index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published