I need an open source online video chat as an independent service on our server, I found jitsi.org but apparently it only runs on the jitsi's servers, I'm not sure so I'm asking that doe's any one know about it or doe's any one know another open source service to implement video chat/conference?
How to use jitsi as an independent service on another server(own)?
1.5k Views Asked by Atefeh Kianfar At
1
There are 1 best solutions below
Related Questions in OPEN-SOURCE
- What does it mean for a language to be open source?
- Am I allowed to use GitLab Community Edition for commercial projects?
- Where is the Open Source repository for Swift 2.0?
- Android - Java Packages & Libraries
- What is the canonical way to integrate another open source project into an Android project when no jar file is available?
- Mozilla Firefox resource for bug reports and suggestions
- poll an http URL and show stats
- Convert char to datetime odoo 9
- Module Not Found from git url dependency
- Pip not working inside Virtual Env but works outside perfectly
- How to access the elapsed time of VLC when paused? - Java subtitle strings parsing program
- Making my own framework and using it as an upstream for projects
- Drupal 7 multi site site specific theme is not working
- Logo in all pages in wordpress
- Is it standard to make each user sign up for a 3rd party API key?
Related Questions in VIDEO-CONFERENCING
- Echo cancellation when using multiple swfs in the same page
- What is the purpose of the string 'provision' parameter in the Vidyo token format?
- How to use jitsi as an independent service on another server(own)?
- Integrate live customer support with video/webcam on website
- Is there any alternative approach to implement WebRTC SFU, to have only 1 upload stream?
- Sharing the Eclipse window in Zoom
- Asterisk Instant Messaging and Video Conference
- AVSPEED IConf.net SDK video confrencing
- How do I align the start times of simultaneous Twilio video rooms audio recordings when the offset property isn't doing its job?
- best way to implement video chat on a browser
- Problems/errors with Kurento Node.JS examples
- WebRTC Voice Activity Detection
- Where can I catch response from Janus WebRTC server after send synchronous message
- video conferencing in java using JMF/RTP
- Open-source p2p videoconferencing in Flash or Java?
Related Questions in JITSI
- libjitsi PCMA (ALAW) decoder
- How to use jitsi as an independent service on another server(own)?
- jitsi-meet [conference.js] <e.value>: CONFERENCE FAILED: conference.videobridgeNotAvailable
- How do I compile Jicofo from source?
- Jitsi Picture in Picture(PiP) mode if I open app create new instance in flutter
- Jitsi Meet make command not working on Windows
- How can I know a JitsiMeetActivity is left?
- No static method delimiterOffset in class Lokhttp3/internal/Util
- Audiocontext was not allowed to start in lib-jitsi-meet
- How to turn off invite person option in Jitsi Meet Activity in android studio
- flutter app create new instance when app resume
- How do I check if a room is active/exists in Jitsi Meet Android SDK?
- Disable Console Logging in Jitsi Meet Docker setup
- Only audio - no video while recording the meeting using self hosted Jitsi
- WebRtc server for making a video conference app in flutter that scales well
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can run it on your own servers too. Just follow the installation instructions: https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md and you should be able to get it running in no time.
Disclaimer: I work on Jitsi.