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
2 answers

Fix hover "ri" in Janus, Vim setup?

I have installed Janus to improve my vim. All works fine, except for the Ri documentation, that opens on hovering a keyword. On my installation it shows the output of "ri --help" instead of the documentation of the keyword. I have found a way to…
berkes
  • 26,996
  • 27
  • 115
  • 206
0
votes
0 answers

HTMl Canvas with broadcasting

I have done a canvas where from the HTML content i want to display the data related to video or normal text data to render in my HTML canvas with each time as Canvas is a static page. Just like normal html page data changes with each event, I want…
G7S
  • 1
  • 3
0
votes
0 answers

Janus Demo testing

First of all i am new to janus media server. In my recent project, i have use canyan docker image of janus. I didn't expose any port to that docker container. I hosted the container on remote server. I clone the repo…
anas shah
  • 41
  • 5
0
votes
0 answers

ICE Connection Failed on Android when subscriber drops the call

I am using Janus-Android-Gateway of Crossle for WebRTC Videoroom calling. Call is working fine. Only problem is ICE Connection failure when any opponent peer or subscriber leaves the call. ICE Connection gets disconnected for that peer. Which is…
Sajid Zeb
  • 1,806
  • 18
  • 32
0
votes
0 answers

Janus mjr having loss of packets issue

I have video recording from Janus as mjr, having loss of packets issue while processing the video, how can I overcome this. janus-pp-rec $FILE-video.mjr $FILE-video.webm when I use this I'm getting the below in outputs [WARN] [FILL] pos: 004091,…
0
votes
1 answer

Janus GridEX Designer does not get Opened

I've been working with Janus GridEx in Windows Forms for a long time. I'm afraid I'm suddenly unable to open the GridEx designer on Visual Studio 2019, which makes real work fairly impossible or at least unproductive; The Problem showed up Out of…
0
votes
0 answers

Libnice build with meson can not find installed packages

Terminal outputs I can not figure out how to deal with these problems. These packagese are installed but meson.build file can not find it. Trying to install janus to my ubuntu 22.04
0
votes
0 answers

Testing WebRTC stream with Janus and GStreamer

First of all I want to say that I'm begginer with WebRTC testing, and Janus, GStreamer etc. I have Janus getaway that provides WebRTC traffic to particular mobile client. The task at hand is to capture WebRTC from Janus and get some metrics:…
0
votes
1 answer

How to do date comparision in gremlin?

I have a student node with the below props. {hopper=[true], updatedDate=[Fri Sep 16 09:28:40 UTC 2022], userId=[9c40uvdqkjjmcv4c7f4u3m7gpv], firstName=[Mounika], lastName=[Mandadi], vLabel=[Student]} I need to query out all the student nodes whose…
0
votes
1 answer

How to convert cypher to gremlin?

I am new to gremlin.I need to convert my cypher query to gremlin. My cypher query: match(s:Student)-[:STUDIED_AT]-(c:College) with s,c match(s)-[:LIVES_IN]-(l:Location) return s,c,l limit 10 I need to convert this to gremlin. My question is ,…
0
votes
1 answer

How can I convert Ros images to stream?

I'm trying to convert ROS Image to stream(not video format eg.mp4) and send it to the Janus webrtc server with python. The reason why I need stream is the params of 'MediaPlayer' in aiortc module which helps communicate with Janus(webrtc) server,…
0
votes
1 answer

Janus MCU solution for the video call

I am finding the Janus MCU solution for the video call. I know Janus has supported the SFU solution for the video call and has supported the MCU solution for the audio call. Is there anyone who can help me? Thank you
0
votes
1 answer

copy one or more selected row from Janus Grid to DataRowCollection or DataRow[]

I have a Janus Grid with a checkbox in each row and wanna copy selected row(s) to a DataRowCollection or to DataRow[] .this is my way but not completed and not worked: also this grid has group on one field and I use 2 loop for group and…
MHD
  • 25
  • 9
0
votes
1 answer

How to create a chat application using Janus web socket in react native?

i want to use janus in react native for chat functionality. did not find any documentation. how to integrate websocket janus in react native. i am using following react-native-janus but this is only for video room i want to create text room in…
0
votes
0 answers

What is the best webrtc sfu server for voice call large group?

I want to create app and website , server can join a room and voice chat (100 users) like Ptt(Push to talk). I find out that webrtc can do it, so I use Peerjs. After that I saw some many problems that can't not work with large group user. I know sfu…
SonPham
  • 1
  • 1