Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Nachhaltige Informationstechnologie
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Peter Gerwinski
Nachhaltige Informationstechnologie
Commits
7c8dbd5c
Commit
7c8dbd5c
authored
Jun 15, 2021
by
Peter Gerwinski
Browse files
Options
Downloads
Patches
Plain Diff
Notizen 14.6.2021
parent
b1439fa3
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
20210614/nit-20210614.txt
+35
-0
35 additions, 0 deletions
20210614/nit-20210614.txt
with
35 additions
and
0 deletions
20210614/nit-20210614.txt
0 → 100644
+
35
−
0
View file @
7c8dbd5c
14.06.2021, 13:52:57
~~~~~~~~~~~~~~~~~~~~
Situation:
Wir übertragen mittels CVH-Kamera ein Kamera-Bild.
Viele Teilnehmende betrachten dieses Kamera-Bild.
Problem:
Ab mehr als 50 Teilnehmenden kommt es zu Verbindungsabbrüchen,
und es können auch keine neuen Verbindungen mehr aufgebaut werden.
Analyse der Fehlermeldungen:
Anscheinend schlagen TCP-Verbindungen zwischen den Web-Browsern
und der REST-API des Janus-Servers fehl.
@@@ Wie greift der Web-Browser eigentlich auf TCP zu?
Ich dachte, das ginge nur über WebSockets.
--> Dies ist ein REST-API, also nicht irgendein TCP, sondern HTTP.
Das können Web-Browser.
Strategie:
Installation eines aktuellen Janus auf einem separaten Rechner,
der sich nicht hinter der Firewall der Hochschule befindet.
Möglichkerweise löst dies bereits das Problem.
Falls nicht, lohnt sich das Debuggen eher mit einer aktuellen
Version als der z.Zt. verwendeten veralteten Version von Janus.
Installation von Janus auf main-1, 14.06.2021, 13:58:00
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- apt-get install libjansson-dev libconfig-dev libnice-dev libssl-dev libsrtp2-dev gengetopt
- git clone https://github.com/cisco/libsrtp
./configure && make && sudo make install
- git clone https://github.com/meetecho/janus-gateway
./configure --disable-websockets --disable-data-channels --disable-rabbitmq --disable-mqtt
make
sudo make install
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment