Questions tagged [janus-gateway]

janus-gateway is an open-source WebRTC gateway

janus-gateway is an open-source, small footprint, gateway :

It contains sample plugins and allow integration of specific plugins.

114 questions
0
votes
1 answer

Swapping video tags is making the entire div empty

I am using JANUS to stream the video. I have 2 div tags, one which is bigger than the other and I'm keeping an option to swap the elements. These div tags contain the video tags. I have 2 video tags, one in which local video is being streamed and…
0
votes
1 answer

C, Passing struct with a key of GhashTable to function

So basicly i want to isolate my mute/unmute call from the callplace. I made a method: void janus_audiobridge_mute_toggle_participants(janus_audiobridge_participant *participants[], int size, gboolean muted) Which i call with: // Prepare params for…
IvRRimUm
  • 1,724
  • 3
  • 21
  • 40
0
votes
2 answers

How to add custom video property to WebRTC SDP?

Is there a way to add custom video property to SDP? We would like to inform that transmitted video should be cropped to fit the remote screen. As we are using Janus videoroom plugin also this information must be preserved after passing it.
Martin Ždila
  • 2,998
  • 3
  • 31
  • 35
0
votes
2 answers

WebRTC111 error: DOMException [InternalError: "Cannot create an offer with no local tracks, no offerToReceiveAudio/Video, and no DataChannel

I am building streaming service using webrtc+janusgateway+streamCapture. This, starts streaming video: public streamVideo() { var video = $('#video1').get(0); var stream; video.onplay = () => { if (video.captureStream) { …
IvRRimUm
  • 1,724
  • 3
  • 21
  • 40
0
votes
1 answer

Janus WebRTC installation issue?

I am installing Janus WebRTC on Beaglebone Black(BBB). I execute the janus_config.sh script file below to set environment variables: #!/bin/bash if [ $# -gt 1 ] || [ $# -eq 0 ]; then echo "Usage: source /path/to/this/build_script.sh…
neo
  • 618
  • 1
  • 10
  • 29
0
votes
1 answer

What options are there for a IP camera to webRTC/ORTC gateway? Onvif compatible or not

There was some discussion on this topic here but not specific to my questions. You can consider this as an extension to the question asked there. Googling gives only two possible solutions: Kurento and Janus. The questions I have are: Are there…
Sunny
  • 9,245
  • 10
  • 49
  • 79
0
votes
1 answer

Janus WebRTC CentOS

I'm trying to install Janus Gateway in CentOS 6.7 but I can't install dependency sofia-sip, and I have other problems like the requested glib and libssl are greater than my versions. My questions are: It's possible to install Janus in CentOS? or…
Darm0ka
  • 192
  • 1
  • 14
0
votes
1 answer

Streaming video of wifi access point camera to a remote computer

After spending weeks of searching the forums and trying different approaches, I didn't find a solution for my quite specific problem. I'm thankful for every hint you might provide. I purchased a Kodak Pixpro 360 camera which offers a view-finder…
Dennis Wolf
  • 11
  • 1
  • 4
-1
votes
1 answer

REST API is disabled in janus

As you can see REST is disabled by default when i run ./configure --prefix=/opt/janus I want REST to be enable how to enable it? ./configure --help | grep -i rest
Aravindh Gopi
  • 2,083
  • 28
  • 36
1 2 3 4 5 6 7
8