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
1
vote
1 answer

select row in GridEx in runTime

I am using the Janus GridEx control. I am using a timer to update the grid with data from the database every minute. If the user has a row selected when the data is updated from the database, how can I re-select the row after the update is complete?
Pouya
  • 1,908
  • 17
  • 56
  • 78
1
vote
0 answers

How to switch from 4.0.25 to 4.0.18 in Janus Components

I want to change my Janus Components from 4.0.25 version to 4.0.18 version without replacing each component one by one. Anyone know how I can do this?
Farzad M
  • 67
  • 3
  • 10
1
vote
1 answer

Unable to build Janus ubuntu 22.04

Unable to build Janus https://github.com/meetecho/janus-gateway in Ubuntu 22.04/ I had openssl 3.0.2 preinstalled in my system. I built Janus using sh autogen.sh ./configure --prefix=/opt/janus make Got following error: /usr/bin/ld:…
1
vote
1 answer

Janus Gridex Sorting not working as expected for DateTime coulmn

We are using Janus GridEX v4 in our C# applications. To sort the columns on the column click, ColumnHeaderClick() method gets triggered and sorting is done in the below way if (Order == Janus.Windows.GridEX.SortOrder.Ascending) {…
Chethana
  • 19
  • 1
1
vote
1 answer

SchemaViolationException while creating a new janus cluster

I am trying to create a janusgraph cluster with cassandra as backend and elastic for indexing. Getting a warning saying - org.janusgraph.core.SchemaViolationException: Adding this property for key [~T$SchemaName] and value [rtusername] violates a…
1
vote
1 answer

How to calculate the received power or SNR based on rssi value in the RxJanusFrameNtf?

When I send a Janus frame between two nodes, at the receiving side in RxJanusFrameNtf there is rssi value, How to calculate the received power or the SNR using rssi?
Mariam
  • 33
  • 3
1
vote
1 answer

How to turn off laptop light when using only microphone in video conference?

I am developing a video conferencing solution using a media server called janus. It transmits the microphone and camera using WebRTC. I don't want the laptop light to come on when only the mic is on. However, like when only the camera is on, the…
김민수
  • 13
  • 2
1
vote
2 answers

Unicast Frame using Janus channel

I want to send a Janus frame to specific node not a broadcast message in a 4-node network, how to do that? and how to calculate the transfer time to that node?
Mariam
  • 33
  • 3
1
vote
0 answers

why janus will crash abnormally,lit seem to be related to libmicrohttpd

Have you encountered this problem? system:redhat8, janus:0.9.2 version, libmicrohttpd:0.9.69version #0 0x00007f02abb6c37f in raise () at /lib64/libc.so.6 #1 0x00007f02abb56db5 in abort () at /lib64/libc.so.6 #2 0x00007f02abbaf4e7 in…
1
vote
1 answer

Webrtc Swift - Thread 1: EXC_BAD_ACCESS (code=1, address=0xd000000000000040)

I am using Janus videoroom with Webrtc. Everything working fine. But when i go for ending call. And dismiss the current view controller - App Crashed. I am unable to get the point of crashing so i can resolve. the current view disappeared fine also.…
Sajid Zeb
  • 1,806
  • 18
  • 32
1
vote
3 answers

Publishing my screen and camera at same time using Janus WebRTC Gateway

the following codes is my screen sharing stuff and which works fine. But i also want to publish my local camera when i share my screen, is it possible, if yes how can i do it ? Publish feed code. function publishOwnFeed(useAudio, isScreenSharing) { …
Ersin Güvenç
  • 93
  • 1
  • 14
1
vote
0 answers

flutter_janus_client example crashed with fatal error

I was trying out the example of flutter_janus_client package from https://github.com/flutterjanus/flutter_janus_client. When I ran videoRoom.dart from the example and hit connect, it gave me a fatal error: E/rtc ( 8007): # E/rtc ( 8007): #…
Hao C
  • 75
  • 1
  • 5
1
vote
1 answer

How to mute mic in iOS so that yellow mic icon disappears

I'm working on an flutter app that uses a Janus WebRTC server to create voicechat rooms. The app has buttons to mute and unmute the microphone. But on iOS, even though i've already muted the mic by disabling the audiotracks, the native icon is still…
PotatoBoy
  • 11
  • 3
1
vote
1 answer

WinForm having Janus Gridex hangs /freezes when Enter key is pressed

I have a windows form with Gridex Control which hangs when the 'Enter' key is pressed when editing a row. The 'Enter' key triggers 'EndCustomEdit' event and the win forms freezes. Is there a way I can disable the triggering of 'EndCustomEdit' event…
1
vote
0 answers

Is it possible to play 2 WebRTC streams simultaneously in a single screen via a streaming connection in iOS Swift

I have to do this in iOS using Swift. I am planning to get a video stream from Janus VideoRoom connection which will include video and audio in one stream, for which i will be using Janus gateways for both. Meanwhile i need to get another stream…
Sajid Zeb
  • 1,806
  • 18
  • 32