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

Vim Janus

Sorry for such a random question, but while reading Janus I noticed it offers several shortcuts for things. I think they are MacVim related and want to know what the Linux equivalents are. With what do the Ds really stand for? How do I…
sayth
  • 6,696
  • 12
  • 58
  • 100
4
votes
1 answer

Different Vim environments: separate plugins, vimrc, etc

I use gVim with Janus. Fantastic. Now I want to improve and change this environment, so it is more suited for PHP (Drupal) development. I prefer to do this in an entirely separated environment. Many plugins and vimrc entries will problably be…
berkes
  • 26,996
  • 27
  • 115
  • 206
4
votes
1 answer

nerdtree textwidth in new windows

I'm using macvim with the janus plugin that includes nerdtree with it. The issue that I am having is that whenever I open a file using 'o' from the nerdtree file browser, for some reason it resets the textwidth to 79 in the new buffer that the…
chuck taylor
  • 2,476
  • 5
  • 29
  • 46
4
votes
0 answers

Setting up RTP on Nginx

I'm trying to use Janus Media Server to relay WebRTC streams to a particular RTP host/port, from where ffmpeg can pick it up as an input and convert it further to an rtmp stream, which can then be used to broadcast to various social media platforms…
Swap
  • 480
  • 2
  • 7
  • 21
4
votes
2 answers

Janus GridEX: Cannot get the newly edited value on CellValueUpdated event

How to get the currently edited value when handling the: public class GridEX // ... { // ... public event ColumnActionEventHandler CellValueChanged; // ... }; Trying to obtain the value using: GridEXCell valueChangedCell =…
TodorBalabanski
  • 109
  • 2
  • 10
4
votes
1 answer

select multiple rows on Janus GridEX

I want to select multiple rows on Janus GridEX, but selectedItems property cannot be assigned and it's read only. however I can select a specific row by GridEX.Row and set the current selected row, but I cant add a row or any thing like that to…
Shahin
  • 302
  • 2
  • 10
3
votes
2 answers

Janus GridEx: Add custom row and select a specific row

I have GridEx object on my form and... I want to add some items in it with a for...next loop. Actually I couldn't find any method for adding a new row with a custom data. I want to select a specific row in that GridEx object. For example: I want to…
Hossain Alhaidari
  • 767
  • 3
  • 11
  • 24
3
votes
2 answers

Janus invalid session (null)

I've just set up janus and got it running. I'm connecting to it, and can see in the janus logs: [ERR] [transports/janus_http.c:janus_http_handler:1522] Invalid session (null) I've looked online but can't find anything. Any ideas?
bionara
  • 228
  • 1
  • 10
3
votes
2 answers

Cannot edit HAML files in carlhuda - janus VIM distro

I switched from my own VIM setup to janus recently. I really like the organization. When I tried to edit and save HAML files, I got following error. Error detected while processing function…
3
votes
2 answers

How to make a Janus GridEx column readonly?

I'm working on a windows forms app and there is a Janus GridEx component with 3 columns. I don't want users to change the values in the first two columns but I can't find the way to make readonly or allowedit false for the first two columns and…
David Aleu
  • 3,922
  • 3
  • 27
  • 48
3
votes
0 answers

Janus Graph Export and Import using GraphJson

I am using the Gremlin I/O library ( GraphSONMapper + GraphSONWriter ) to export already existing Janus graph to a GraphJson. The json file content after export is (export.json) { "id": { "@type": "g:Int64", "@value": 2289864 }, …
roma_user
  • 31
  • 2
3
votes
0 answers

No signature of method: org.janusgraph.graphdb.database.management.JanusGraphIndexWrapper.buildCompositeIndex()

I am trying to create a database schema in janusgraph(latest version) which is using cassandra(version 3). But am stuck with the following error No signature of method:…
rajashekar
  • 609
  • 5
  • 19
3
votes
1 answer

Trying to stream H264 with Janus Gateway to web browser

I have installed Janus-Gateway using the very comprehensive install instructions on an Ubuntu 18.04LTS machine. I have configured the streaming config file (janus.plugin.streaming.jcfg) with: gstreamer-sample: { type = "rtp" id = 1 description…
sibrown
  • 35
  • 1
  • 5
3
votes
4 answers

Installing janus-gateway error on CentOS7

I want to install janus-gateway on CentOS7. I read the following document and tried installation. https://github.com/meetecho/janus-gateway/blob/master/README.md git clone https://github.com/meetecho/janus-gateway.git cd janus-gateway sh…
Masakun
  • 33
  • 1
  • 3
3
votes
1 answer

Janus Graph HBase and Solr Unknown external index backend: jgex

I work with JanusGraph 0.2.0,Hbase 1.2.6 and Solr 7.3.0. I want to run a standalone Janus Graph server with Hbase(storage backend) and Solr (index backend).Then connect with gremlin driver (with Java Client) and use Gremlin Query language to…
1
2
3
13 14