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

Load the ftplugin folder via janus

I posted an issue at github about this as well, but I figured this would also be a good spot to ask: Does anyone know how to accomplish this functionality? I've been trying for the past couple of days to figure this out all to no avail aside from…
hellatan
  • 3,517
  • 2
  • 29
  • 37
2
votes
3 answers

How to change backcolor row in Janus Grid with condition

How can I change the backcolor row GridEx(GridJanus) with a condition in c# thanks
Pouya
  • 1,908
  • 17
  • 56
  • 78
2
votes
1 answer

Janus GridEx for ASP.NET Designer Support

I've been working with Janus GridEx for Web for a few days. I'm afraid I'm unable to open the GridEx designer (Grid context menu in ASP.NET designer), which makes real work fairly impossible or at least unproductive. I get the following error…
Matthias Meid
  • 12,455
  • 7
  • 45
  • 79
2
votes
0 answers

Media Streaming Servers for Django

I and my team are starting a project where in we are building a scalable live streaming platform just like Youtube. We are using Django as the backend framework. Which is the best media streaming library/server that can be used to achieve the…
2
votes
0 answers

Janusys.com or Janusus.net Website and Forum

is there anybody who preserved the old Website of the Janusys company. Mostly known for their GridEX Winforms control but they had a complete suite of Winform Tools. Their support was (up until 'bankruptcy') very good and gave much more info on how…
Sandor
  • 33
  • 4
2
votes
0 answers

Audio Call Stops working when Android App goes in Background and device is on Battery Saver Mode

My question is more like client side. I am using Janus AudioBridge Room to make audio call. Android app works fine in foreground and background mode if device is not on Batter saver mode. But when device is in Battery saver mode. App gets hold while…
Sajid Zeb
  • 1,806
  • 18
  • 32
2
votes
0 answers

Use Single PeerConnection for two different plugins of janus (VideoRoom & AudioBridge) in one Android Activity - Android

Prerequisite: I have added VideoRoom functionality in one activity and it is working fine Then i added AudioBridge functionality in another activity and it also worked fine Then i went to add both the functionalities in one Activity. VideoRoom…
Sajid Zeb
  • 1,806
  • 18
  • 32
2
votes
1 answer

How can I restrict Janus API to accessible only for a specific domain

How can Restrict API access only for particular domain. I mean when I visit API to be on example.com then only it should be allow to send or receive streams on remaining it should not be. please help me as I new to here.
WebRTClerni
  • 149
  • 1
  • 8
2
votes
0 answers

Using janus.js in NodejS?

I have built the commonjs version of Janus.js and have got it imported into a node backend. But it causes endless errors. Seems they are errors because it's only intended to run in the browser. I have gotten through some of them by adding: const…
rygo6
  • 1,929
  • 22
  • 30
2
votes
0 answers

Android javax.net.ssl.SSLHandshakeException: Connection closed by peer

I'm trying to set up a video stream from an Android client to a Janus server in Ubuntu using webrtc, and I'm working based on this project: https://github.com/crossle/janus-gateway-android.git . I modified a bit the WebSocketChannel to workaround…
2
votes
0 answers

Failed to set remote candidates :-( (added 1, expected 2)

when try to check video call sessions created successfully but there no video stream happens in janus gateway webrtc Creating new session: 7295874067549813; 0x7fec98004230 Creating new handle in session 7295874067549813: 2264190151434116;…
Shihabudheen K M
  • 1,347
  • 1
  • 13
  • 19
2
votes
1 answer

WebRTC H.264 video streaming from Raspberry Pi only works with Pi Camera, not USB Camera

I have set up Janus to streaming H.264 video over WebRTC from a Raspberry Pi. It works when I use Pi Camera. But when I use a USB webcam (Logitech C270), the video doesn't show up in browser. The configurations and command line parameters are almost…
Kenneth Jiang
  • 589
  • 7
  • 13
2
votes
0 answers

Janus RTP_Forward, Gstreamer and streaming it into html5 browser

Janus has feature to forward rtp, and so i've made listener with gstream with this command: gst-launch-1.0 --gst-debug=4 rtpbin name=rtpbin -v udpsrc port=5104 caps="application/x-rtp, clock-rate=(int)90000, encoding-name=H264, payload=100" !…
Meirza
  • 1,318
  • 10
  • 15
2
votes
0 answers

WebRTC IOS hear self audio track echo

I've configured WebRTC in IOS native app, but faced with a problem: When I'm talking I hear myself. I tried to turn off all RTCEAGLVideoView and I still hear myself. And only when I comment the next peace of code I stoped hearing myself: …
WorieN
  • 1,276
  • 1
  • 11
  • 30
2
votes
2 answers

Failed to set remote video description send parameters on native IOS

Here is sdpOffer: offer v=0 o=- 1514366952141741 1 IN IP4 hostx s=Mountpoint 99 t=0 0 a=group:BUNDLE video a=msid-semantic: WMS janus m=video 9 UDP/TLS/RTP/SAVPF 96 c=IN IP4…
Roger Law
  • 97
  • 1
  • 8
1 2
3
13 14