jitsi-videobridge | Jitsi Videobridge is a WebRTC compatible video router | Video Utils library
kandi X-RAY | jitsi-videobridge Summary
kandi X-RAY | jitsi-videobridge Summary
Jitsi Videobridge is a WebRTC compatible video router or SFU that lets build highly scalable video conferencing infrastructure (i.e., up to hundreds of conferences per server).
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Update information about an incoming packet
- Updates the estimator with a new sample
- Computes the deltas
- Detect and update the BandwidthUsage
- Update the estimated bitrate estimate
- Returns the last updated RTT value
- Calls the bitrate to limit the specified bitrate
- Determines whether an RTP packet should be accepted or not
- Initialize timestamp delta
- Creates a media source descriptor
- Handles a web socket request
- Gets a buffer from the pool
- Initializes the static configuration
- Serialize the channel
- Get the debug state
- Process an incoming data channel
- Returns whether the given feature is currently enabled or disabled
- Synchronized
- Update a conference
- Resets the statistics
- Determines whether a packet should be accepted or not
- Handles an endpoint message
- Handles a COLibRI request
- Starts the provider
- Handles an incoming packet
- Invoked when an active speaker is changed
jitsi-videobridge Key Features
jitsi-videobridge Examples and Code Snippets
Community Discussions
Trending Discussions on jitsi-videobridge
QUESTION
I have followed the manual-install steps and when I try to run the components jitsi-videobridge-linux-x86-971 and jicofo
I have the following exception :
...ANSWER
Answered 2017-Jul-26 at 11:49I have fixed my issue by adding --host to the command that runs jicofo , so my command host=localhost
Regards,
QUESTION
I'm relatively new to xmpp and webrtc. Now, I try to create simple video conference web app using Jitsi Videobridge and prosody, and I don't want to use jitsi-meet, because I need to know how the basic to get jitsi-videobridge to work. Until now, I can get prosody to accept the jitsi-videobridge component. So when I run ./jvb.sh --domain=localhost --port=5347 --secret=componentsecret
it will show these logs:
ANSWER
Answered 2017-Apr-21 at 06:02That scenario is not going to work right off the bat. We use Jicofo as the focus, which is the entity "talking" to the JVB and then the user. Here is how it works (I'm assuming you are on a web environment since you mentioned strophe.js):
- User connnects via XMPP
- User joing a MUC
- Jicofo is an admin and joing every MUC
- Another user joins the MUC
- Jicofo requests audio / video channels from the JVB using the COLIBRI protocol
- Jicofo composes a Jingle stanza and sends it over to each participant over MUC direct messages
- Users get the Jingle stanza and transform it to SDP
- Users can setup a WebRTC PeerConnection using that remote SDP
- Profit? :-)
Hope that helps. Disclaimer: I work on Jitsi.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install jitsi-videobridge
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page