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

For one to many livestreaming which among jitsi videobridge and janus gateway would be cheaper?

These are what I am talking about: https://github.com/meetecho/janus-gateway https://github.com/jitsi/jitsi-videobridge The scalability I am looking for is say 1 to 10k users in a single live stream.
ishandutta2007
  • 16,676
  • 16
  • 93
  • 129
2
votes
2 answers

getting green screen in video streaming through Janus and Gstreamer

I am using Janus and Gstreamer to show the live video from my usb camera . we are using this script for getting video and send through network gst-launch-0.10 v4l2src device=/dev/video0 queue-size=4 always-copy=false ! "video/x-raw-yuv,…
Shekhar
  • 75
  • 1
  • 10
2
votes
1 answer

WebRTC: Is there a SFU that operates at the transport layer?

I'm running a WebRTC based service and currently investigating the requirements for WebRTC conference chats with approx. 10 users. Therefore I'd like to run a Selective Forwarding Unit (SFU). I know about janus and jitsi videobridge, but am a little…
Greg
  • 365
  • 1
  • 3
  • 12
2
votes
1 answer

How to set Janus GridEX column index

I use Janus component in winForm application. Now, I want to set column index of GridEX control, so I use below codes to do it: grd.RootTable.Columns("ColumnName").Index = 1 or grd.RootTable.Columns("ColumnName").ColumnSet = 1 but, both of them…
Behzad
  • 3,502
  • 4
  • 36
  • 63
2
votes
1 answer

ffmpeg publishing VP8 to Janus Gateway 100% CPU MBP

I'm looking to use Janus Gateway to stream very low latency to a thousand viewers from a single source. I'm aiming for VP8 video streaming since H.264 support hasn't dropped in Chrome yet. My config is [gst-rpwc] type = rtp id = 1 description = Test…
Titan
  • 5,567
  • 9
  • 55
  • 90
2
votes
2 answers

How to start Janus WebRTC gateway?

I installed successful Janus on /usr/local/lib and I re-configure to start Janus. But when I do sudo janus, I get this error: /* debian@beaglebone:/usr/local/bin$ janus --------------------------------------------------- Starting Meetecho Janus…
neo
  • 618
  • 1
  • 10
  • 29
2
votes
1 answer

Janus.Web.GridEX unauthorized license message

I have an asp.net website which contains a Janus grid control. The website was originally developed in VS 2008, and that version is working fine in production. However, I am migrating the site to VS 2012 (using 2.0 Framework) and now when publish…
user990423
  • 1,397
  • 2
  • 12
  • 32
2
votes
1 answer

Copy text from row in GridEX

Using Janus GridEx control, Visual C#. I have a timer that updates the grid every 3 min through a stored function on the DB. How can I double click a specific row and have it show within a multiple line textbox with the text of the 4 cells in the…
Gmac
  • 169
  • 2
  • 14
2
votes
1 answer

Change row height in gridex janus

how to change row height of a gridex in janus when the gridex is binded to a root table? as you can see there is no property on gridex for setting row size.
fasadat
  • 1,025
  • 1
  • 12
  • 27
2
votes
2 answers

How to change the color of an specific cell of Janus GridEX?

I Want to change the foreground and background color of some specific cells dynamically, depending to another cell values or events. For example, when The user clicks the cell, Its back color should be RED. My code is…
2
votes
2 answers

How do I get the total rows per group with the Janus GridEx for WinForms?

I am using the Janus GridEx (Windows Forms) and would like to export the contents to Excel. We have used the export functionality that Janus has built in before, but especially with hierarchical grids the exported file looks unprofessional. So now…
Veldmuis
  • 4,678
  • 4
  • 25
  • 25
2
votes
1 answer

Syntax highlight not working in Janus for Vim

I am using Linux Mint 13 Maya Cinnamon 64-bit. My Vim version is 7.3 and I installed the latest version of Janus. I found that for any files with a hash "#" in its content, the syntax highlight for the file does not work. For example, # test print…
Jeremy
  • 4,797
  • 1
  • 18
  • 26
2
votes
3 answers

Change indentation settings in VIM with Janus

I'm trying to change the indentation settings on my vim config, which is currently set to 2 spaces. But neither changing the vimrc.old nor vimrc.after manually nor using the echo 'setting' >> ~/.vimrc.after way is changing the setting. How can I…
8vius
  • 5,786
  • 14
  • 74
  • 136
1
vote
1 answer

Janus upgrade important functionality missing after upgrade

I just upgraded to the newest Janus and there are alot of things that I miss since December 2011 :( For example when i entered :cd it changed to :ChangeDirectory and after changing the directory the nerdtree also updated. The same thing applies for…
Flov
  • 1,527
  • 16
  • 25
1
vote
0 answers

C# WinForms flicker by scrolling - Janus Controls

i got a little problem with a Control containig the Janus Controls ExplorerBar. The Size oft this ExplorerBar-Instance is much bigger than the max. Size of the Control, so a Scrollbar appears automatically. Normal Scrolling in this Control (by…
Benni
  • 108
  • 1
  • 3
  • 9