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

How to decouple between ffmpeg and rtp server?

I have a ffmpeg-based worker that handles video-generation jobs at very high throughput. Long videos need to be streamed while being generated. For that purpose, I have introduced a WebRTC server named Janus-Gateway with its streaming plugin, and…
dror
  • 3,759
  • 6
  • 31
  • 45
0
votes
0 answers

How can I implement live Camera Streaming using Janus webrtc server?

I am totally new to this field and I want to implement live Camera Streaming using webRTC using the Janus Server. But I am directionless, I don't know what to do, where to start. Any help would be highly appreciated. I tried to explore Janus…
0
votes
0 answers

Webrtc connection failed when microphone permission granted

I'm trying to establish the webrtc connection between the browser and docker container with Janus gateway with the video room plugin. Everything works fine when I create the RTCPeerConnection from the browser with permissions to media not set or…
0
votes
1 answer

Why the webrtc android camera stream is rotated at endpoint?

I am sending camera video from android to a janus server, but when I check from website, the video is rotated, Do you know why and How should I fix this?
0
votes
1 answer

How to setup the following different parameters of JANUS-WebRTC-GATEWAY?

I would like to know how to configure the different parameters of JANUS-WebRTC-GATEWAY that installed using SNAP (sudo snap install janus-gateway) on Ubuntu…
user7962781
0
votes
1 answer

Which protocol (WebRTC/SRT /...) for live music broadcast in LAN?

I want to broadcast live music from a server to around 100 mobile phone clients in a local area network. The goal is a setup known from silent-discos, but over IP with mobile phones as receivers. The listeners should use headphones, no perfect sync…
Fabian
  • 23
  • 4
0
votes
1 answer

RTCPeerConnection - "a Invalid SDP LINE" error in janus-Gateway. Help Me

Please contact janus gateway. Currently, we have developed an "Business Online Video Meeting System" using janus gateway. However, when creating a room and connecting more than 8 people to this room, Console.error appears as shown below, The video…
0
votes
1 answer

Janus gateway fails to fetch video stream from RTSP stream while gstreamer and VLC streams it easily

As the title indicates using gStreamer or VLC I can get the video to show without issues with the command below gst-launch-1.0 rtspsrc protocols=tcp location="rtsp://{USER}:{PASSWD}@{URL}:63554/axis-media/media.amp?videocodec=h264" short-header=TRUE…
Milardo
  • 37
  • 7
0
votes
1 answer

How to create a chat application using Janus web socket in react native?

i want to use janus in react native for chat functionality. did not find any documentation. how to integrate websocket janus in react native. i am using following react-native-janus but this is only for video room i want to create text room in…
0
votes
1 answer

Simple WebRTC webpage works well in Chrome and Safari, but not in Firefox

Background I am building a local area network, WebRTC baby monitor with a raspberry pi camera module and USB microphone. The stream is synthesized with GStreamer and im using Janus Gateway to facilitate the WebRTC connection between a web browser…
0
votes
1 answer

Getting 'DTLS alert' while implementing Quickblox Video Conferencing in React Js

I am implementing Quickblox Video Conference service in my React Application - However I have implemented the Quickblox SDK in my react app and all the Quickblox functions are working perfectly. In the console I have checked the responses of the…
0
votes
1 answer

Janus-gateway: ReferenceError: adapter is not defined

I was trying to follow Janus videoroom example but I have an error when calling attach on janus instance: janus.nojquery.js:681 200: Could not parse response, error: ReferenceError: adapter is not defined, text: { "janus": "success", …
31415926
  • 3,811
  • 7
  • 47
  • 78
0
votes
1 answer

How to test janus video conference on localhost

I am new to Janus, installed Janus on localhost, running demo video conference successfully, I am using IP address(http://192.168.29.241/janus/videoroomtest.html) to access video conference, but when I tried to open this IP in multiple laptops which…
0
votes
1 answer

Adding Back Tracks Does Not Work on WebRTC

We create an app with React Native WebRTC and Janus Gateway. It works as wanted. Our app is based on push to talk. So when an users in listen mode need to break microphone for other apps. And take back when anyone press to speak button. Breaking…
ishak O.
  • 168
  • 1
  • 2
  • 14
0
votes
4 answers

Screen Sharing in Video Room Integration

I have used the videoroomtest and integrated video conferencing successfully. But I want to integrate the screen sharing also in my video room. How can I start the screen sharing in the video room where users are connected. Screensharing also uses…