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

How to delete HTML tags, not the contents in Vim

I have the following piece of code in a file that I opened in Vim:

Hello stackoverflow!

How can I delete

and

tags but keep the contents between them? That is, what should I press to end with: Hello stackoverflow! I know pressing d…
retro
  • 3,765
  • 2
  • 20
  • 37
20
votes
3 answers

How to uninstall Janus?

I can't figure out how to uninstall Janus. I'd really like to just go back to plain VIM and MacVim. I could try to just remove the ~/.janus directory, but since Janus took a while to install I imagine there are other things and places where it…
mazlix
  • 6,003
  • 6
  • 33
  • 45
16
votes
3 answers

How can I find out why vim keeps changing my expandtab setting

I use vim. Specifically I am using Janus. I have expandtab set. However, during the course of using vim, for some reason, my expandtab setting gets set to noexpandtab, and my files start to gain hard tabs. I have tried typing :verbose set expandtab?…
jonleighton
  • 1,041
  • 8
  • 12
10
votes
2 answers

Stream from WebRTC input to HLS

I need to do video streaming where the recording is happening on a browser and has to be consumed as HLS on mobile devices. It seems I need some media server and send the camera stream as WebRTC to it. It seems Janus and Kurento can do that task and…
acroca
  • 186
  • 1
  • 6
9
votes
3 answers

How do I exclude files and directories from a project in vim (using janus)?

I'm moving from Textmate to vim (with janus) and want to exclude some directories from Ack in particular, and also NERDTree. The reason I want to do this is that Ack is useless (takes minutes to run, and produces no results) with one of my large…
i2w
  • 118
  • 2
  • 6
9
votes
1 answer

ICE failed for component 1 in stream

I have configured janus server for video call. configured all setups and installed all dependencies as per the Docs successfully established the connection but unable to stream the video. After starts the new session ICE failed error throws error…
Shihabudheen K M
  • 1,347
  • 1
  • 13
  • 19
8
votes
3 answers

Adding VIM plugins to Janus setup

I recently switched over to using Janus from a custom set of vim plugins and .vimrc. I'm really enjoying the setup, but one thing I'm missing is the automatic completion of blocks in Ruby. For example, when I type: def method It would…
Peter Brown
  • 50,956
  • 18
  • 113
  • 146
7
votes
1 answer

Ack search with whitespaces

I am using Ack with MacVim and the Janus plugin. Everytime I want to search for a string in my project that contains whitespaces, I need to escape these with \ or . Is there a way to avoid this? I know that once you enter a whitespace, the directory…
Flov
  • 1,527
  • 16
  • 25
6
votes
1 answer

How does JanusGraph Handles, Data consistency between Elasticsearch and ScyllaDb(Cassandra)

We are planning to use JanusGraph with ScyllaDb as our storage backend and elasticsearch as our index backend in production. ElasticSearch indexes the data stored in ScyllaDB, and we are not controlling how and when data is written in elasticSearch,…
Ankush
  • 83
  • 3
6
votes
3 answers

What is the role of SFU., Janus, mediasoup or medooze. on a webRTC application

I'm using a webRTC application with a simple-peer npm package. I want to know what is the purpose of all these topics (SFU., Janus, mediasoup or medooze.) and how can I integrate them to make my application performance greater? PS: I'm using a…
CTMA
  • 63
  • 1
  • 9
6
votes
1 answer

Live streaming webcam with Janus

I am trying to live stream video and audio from a user's webcam, with WebRTC. I cannot figure out how to do it with Janus Webrtc gateway, so that a person would stream webcam, and others can view it on another webpage. I have installed Janus and I…
John
  • 185
  • 1
  • 4
  • 13
6
votes
2 answers

Overriding MacVim's default filetype.vim when assigning filetypes

In the default filetype.vim that comes with MacVim, I have the following: au BufNewFile,BufRead *.erb,*.rhtml setf eruby I installed MacVim using Homebrew, and I've installed Janus. Following the instructions from Janus, I've created ~/.vimrc.local…
Matthew Rankin
  • 457,139
  • 39
  • 126
  • 163
5
votes
3 answers

vim unmap everything (completely stripped down vim)

Love vim. Tried Janus. Like the idea, but it's too slow, 100 plugins competing for keybindings. I want to actually understand what every vim configuration I make does. Is there a way to "unmap" all vim keys or as much as possible. Remove most…
ulver
  • 1,521
  • 16
  • 29
5
votes
2 answers

Prevent NERD Tree from opening buffer on start

I'm using Janus for Vim customizations. One thing that bothers me is that it opens NERD Tree in a separate buffer on start. I don't want to disable NERD Tree completely. Just want to not get it opened on start. Is there a way without tweaking the…
iltempo
  • 15,718
  • 8
  • 61
  • 72
5
votes
1 answer

.vimrc is not executed when opening a new tab in MacVim

I've got MacVim and Janus installed. I have recently added set rnu to my .vimrc.after to enable relative line numbering and found out that I only have rnu working when opening a new window. I mean, when I open a new tab in existing window, I get…
appplemac
  • 382
  • 4
  • 13
1
2 3
13 14