Questions tagged [janus]

Janus Systems is a vendor of Windows Forms controls for .NET, ASP.NET Server Controls for .NET and ActiveX Controls.

Janus Systems has been developing database applications using Microsoft Products and Technologies since 1994. They produce Windows Forms controls for .NET, ASP.NET Server Controls for .NET and ActiveX Controls.

The name Janus does also refer to Janus a general purpose WebRTC Gateway developed by Meetecho (https://janus.conf.meetecho.com/)

206 questions
0
votes
1 answer

Janus-gateway: ReferenceError: adapter is not defined

I was trying to follow Janus videoroom example but I have an error when calling attach on janus instance: janus.nojquery.js:681 200: Could not parse response, error: ReferenceError: adapter is not defined, text: { "janus": "success", …
31415926
  • 3,811
  • 7
  • 47
  • 78
0
votes
1 answer

Why is the IP address of my remote ice candidate the same as my (Janus) WebRTC signaling server?

I am trying to make video calls with WebRTC and Janus. I am able to make calls using the video call demo page supplied by Janus as well as through an iOS app - this is all working perfectly fine. However, when inspecting the network flow through…
Devin
  • 43
  • 9
0
votes
1 answer

Python openCV get VideoCapture from webRTC janus

In openCV cv2.VideoCapture(), I want receive video stream from webRTC server Only Janus webRTC of node.js is available. How can it be implemented?
0
votes
1 answer

How to test janus video conference on localhost

I am new to Janus, installed Janus on localhost, running demo video conference successfully, I am using IP address(http://192.168.29.241/janus/videoroomtest.html) to access video conference, but when I tried to open this IP in multiple laptops which…
0
votes
0 answers

Janusys scheduler problem, when adding a bunch of appointments

First of all, I know, that Janusys components already died and there is no official support anymore. But, maybe someone has an idea, of how I can resolve this issue. I use the lates available build 4.0.51 (WinForms) I use the following code to add…
Zero-G.
  • 45
  • 10
0
votes
1 answer

Playing dynamically changing list of MediaStreams in react

I am currently working on a WebRTC based video chat application with ReactJS. Assuming that I have a state, remoteList, containing a list of MediaStreams, which changes dynamically based on the number of users in the call, how do I autoplay all the…
0
votes
2 answers

How to checked row checked Janus Grid C#

I use janus gridex datagridview, In first column type is CheckBocx, I want to check if current row selected is checked or not, but my code not working if(DBGrid.CurrentRow.Cells["CheckBoxColumn"].Value == true) { // do something }
0
votes
1 answer

setup janus in ubuntu 18.04 lts issue in installing libnice

i am following this tutorial to setup janus on my machine on step 2 install_libnice.sh #!/bin/bash # install_libnice.sh git clone https://gitlab.freedesktop.org/libnice/libnice.git cd libnice ./autogen.sh ./configure --prefix=/usr make && sudo…
swaheed
  • 3,671
  • 10
  • 42
  • 103
0
votes
4 answers

Screen Sharing in Video Room Integration

I have used the videoroomtest and integrated video conferencing successfully. But I want to integrate the screen sharing also in my video room. How can I start the screen sharing in the video room where users are connected. Screensharing also uses…
0
votes
1 answer

add currency format in janus gridex columns

in my project, for seeing product list by using F10, a form has built in runtime and for decimal columns, it add currency name in behind of text, i don't want it. which property is it?
0
votes
1 answer

broswer push camera stream to media server

everyone .I need some help for some stream problems, here is my to do list. I want stream my camera stream,microphone stream via broswer to a media server, and a python server need to pull this stream to do some asr, tts things. After that ,It…
hahoo
  • 3
  • 2
0
votes
1 answer

How can i save chat messages using js and json without refresh page?

I'm using Janus textroom and I need to save messages in array or json, even if users refresh pages.I need it, because I cant do too much requests to server and save in database :/
Louis Hudson
  • 25
  • 1
  • 4
0
votes
0 answers

I use an old set of 3rd party controls, Janus Systems WinForms Controls looking for silent install instructions

We are looking to begin using CI/CD on Azure DevOps - via GitHub - but these controls need to have the license activated on the box running the compile. It's an MSI file that does this. I know I can run msiexec /i C:\setup.msi [package_parameters]…
Brian Hanf
  • 544
  • 2
  • 11
  • 31
0
votes
2 answers

Janus GridEX - C# How to show multi-line header using columnsets at runtime?

I have already tried: How to wrap header caption in Janus GridEx and https://www.c-sharpcorner.com/forums/table-column-set and looked through Janus documentation at http://codelibraries.blogspot.com/search/label/Janus%20GridEX. I have a business…
Ahmar
  • 1
  • 1
0
votes
2 answers

Nginx configuration for Janus

I want to deploy Janus behind a frontend via Nginx server, that would act as a reverse proxy for incoming requests. I'm using Ubuntu 18.04 and installed Janus correctly by documentation. The folder my Janus is installed is /opt/janus/ .... I…
Jack Havis
  • 129
  • 1
  • 8