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
1
vote
0 answers

How can we create a room in video conference app using janus webrtc..?

Hi all I am new in programming I started to do a project in video conferencing app using JANUS webRTC. Backend I plan to use node for signup and sign routes but I am stuck in creating API for room. frond end I plan to use Reactjs someone please help…
Tony George
  • 116
  • 14
1
vote
0 answers

How to activate virtualenv and install packages in ansible

Disclaimer: I am not sure if this question has been asked before. Regardless, I have an ansible playbook with few tasks. I am able to install virtualenv via the task - name: Install virtualenv via pip pip: name: virtualenv …
Shammir
  • 927
  • 4
  • 17
  • 32
1
vote
0 answers

Janus RTC: RTMP broadcast viewed in WebRTC

Is it possible to broadcast/publish an RTMP stream from mobile such as Android, sent to Janus gateway (media server) and viewed thru webrtc in the web app? Also can somebody share what is the advantage of such approach if there are any?
curiousJorgeXX
  • 363
  • 1
  • 10
1
vote
0 answers

android janus webrtc ondatachannel not triggered

i have made Janus videoroom work normally, now i want to implement DataChannel to send message to each other between devices i have set data:true when publisher send configure and subscriber join void sendLocalDescription(BigInteger handleId,…
famfamfam
  • 396
  • 3
  • 8
  • 31
1
vote
0 answers

Janus VideoRoom plugin subscribe operation took too much seconds before i saw remote video

Im using Janus VideoRoom plugin and i want to subscribe/unsubscribe 2 or more different publishers. First 4 or 5 subscriptions (start subscribe -> got video visible) take 2-3 seconds. I call it NORMAL. But next subscriptions take MUCH more time. I…
1
vote
0 answers

Is it possible to play 2 WebRTC streams simultaneously in a single screen via a streaming connection in iOS Swift

I have to do this in iOS using Swift. I am planning to get a video stream from Janus VideoRoom connection which will include video and audio in one stream, for which i will be using Janus gateways for both. Meanwhile i need to get another stream…
Sajid Zeb
  • 1,806
  • 18
  • 32
1
vote
0 answers

Is it possible to play 2 WebRTC streams simultaneously in a single Activity via a streaming connection in Android

I am planning to get a video stream from Janus VideoRoom connection which will include video and audio in one stream. Meanwhile i need to get another stream from Janus AudioBridge, which will be only audio. Then i have to play them in a single…
Sajid Zeb
  • 1,806
  • 18
  • 32
1
vote
0 answers

Can't create a permanent streaming mountpoint using RTSP API (janus)

I'm creating an rtsp mountpoint using REST API, this works without a problem, but when I try to make it permanent by passing "permanent": true like it says here I get the following output from my janus server Creating new session: 1061907600538733;…
John Doe
  • 97
  • 1
  • 10
1
vote
0 answers

Missing mandatory element error in the uv4l streaming server

I'm trying to get the RPi streaming video to Janus server over the internet architecture. Firstly, I have installed and configured the UV4L streaming server in the RPi zero, just like the linux project mentioned, and the ip:port/stream is working…
Nishad Nazar
  • 371
  • 2
  • 3
  • 16
1
vote
0 answers

janus-gateway: java.lang.IllegalStateException: Substream Source cannot be materialized more than once

i am using janus gateway its route is working fine when i hit from the browser http://192.168.1.4:8088/janus/info but the code is throwing exception here is my code val responseFuture: Future[HttpResponse] = Http().singleRequest(HttpRequest(uri =…
swaheed
  • 3,671
  • 10
  • 42
  • 103
1
vote
1 answer

Streaming over Janus using Vue.js

I've ran Janus on a server and it works fine, but I'm kind of struggling finding a way to stream on the Janus server, I could not find any snippet code out there, I am developing with Vue.js, is there any library to stream over Janus? I just need a…
Hossein Heydari
  • 1,439
  • 9
  • 28
1
vote
0 answers

Invalid peer connection after network change in WebRTC media chat

I am building web chat based on Janus media server. The problem occurs when I am testing in a mobile browser and change network (ex. disable/enable Wi-Fi). After I do that, something is preventing establishing valid peer connection - when attaching…
Maksym Rudenko
  • 706
  • 5
  • 16
1
vote
1 answer

swift Janus can not publish video, but get remote video successful - can not know reason

im tried to use Janus to call in videoroom. the problem is the remote video success to display, but only publisher can not show in janus videoroom, after check log i see : RTCIceConnectionState didChange state 1 RTCIceConnectionState didChange state…
famfamfam
  • 396
  • 3
  • 8
  • 31
1
vote
0 answers

"Invalid element (ptype)" error coming in Janus when a new participan join to the video room

I am developing a video room component when a new peer joins to the video room there is an error coming and unable to receive remote video [ERR] [plugins/janus_videoroom.c:janus_videoroom_handler:4007] Invalid element (type) how to fix this issue?
Shihabudheen K M
  • 1,347
  • 1
  • 13
  • 19
1
vote
2 answers

Janus gateway videoroom cancels connection after 60 seconds

"peerConnection new connection state: connected" { "janus": "webrtcup", "session_id": 3414770196795261, "sender": 4530256184020316 } { "janus": "media", "session_id": 3414770196795261, "sender": 4530256184020316, "type":…
yspreen
  • 1,759
  • 2
  • 20
  • 44