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
10
votes
2 answers

H264 WebRTC video streamed from ffmpeg through Janus is very choppy on playback

Trying to stream video through following chain: h264/mp4 file on local instance storage (AWS)->ffmpeg->rtp->Janus on same instance->WebRTC playback (Chrome/mac). Resulting video is choppy even as none of the resources seem overloaded…
Alexander Novikov
  • 503
  • 1
  • 3
  • 14
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
7
votes
2 answers

Live video stream using GStreamer with Janus or WebRTC on Web Browser

First let me begin by saying - I am new to Janus / GStreamer / WebRTC. I have to stream a remote camera connected on robot hardware using GStreamer and WebRTC on to a browser. But as a proof of concept, I first wanted to achieve the same with…
Pawan Pillai
  • 1,955
  • 5
  • 37
  • 64
6
votes
1 answer

WebRTC Screensharing in electron

We have a web app to which I'm building electron app by loading URL in browserWindow. But when i try to share the screen it will give me a popup saying Please install the janus webRTC screen sharing plugin and restart the browser. Please help !
Sumukha Aithal K
  • 675
  • 1
  • 10
  • 23
4
votes
1 answer

Streaming RTMP to JANUS-Gateway only showing bitrate but no video

I'm currently using the streaming plugin as follows Fancy artchitecture here OBS--------RTMP--------->NGINX-Server------FFMPEG(input RTMP output RTP)--------->JANUS---------webrtc-------->Client When using the ffmpeg command (bellow), on the Janus…
4
votes
0 answers

UV4L on RPI WebRTC with Janus Gateway ICE error

I need to stream from the RPI Camera to a Janus room with webrtc. I installed UV4L on my PI, and try the demo with the gateway url https://janus.conf.meetecho.com : it's work. I installed janus-gateway on a server (demos here :…
cylwin
  • 41
  • 3
4
votes
3 answers

Janus WebRTC installation issue

I am installing Janus WebRTC Gateway in a Ubuntu Machine (14.04 64 bit). I followed the instructions as in the following link: However, I get the following error when trying to execute janus: https://github.com/meetecho/janus-gateway (readme.md…
user496607
  • 442
  • 1
  • 10
  • 21
4
votes
3 answers

How to combine audio and video mjr files to generate one file?

I am using janus-gateway for recording in web-browser. Once the recording is completed, two files are generated, one is audio and another is a video. Both have format mjr. How can I combine both these files to create a single file?
Anuj
  • 1,160
  • 2
  • 20
  • 40
4
votes
3 answers

which gstreamer pipeline settings are needed to process chrome's rtp stream?

I'm streaming a webcam from a browser using webrtc to a server where the following setup works: using firefox and a modified echo-test html from janus gateway I send the webcam stream to a janus server the janus server is running using a modified…
John Doe
  • 2,746
  • 2
  • 35
  • 50
3
votes
2 answers

Janus invalid session (null)

I've just set up janus and got it running. I'm connecting to it, and can see in the janus logs: [ERR] [transports/janus_http.c:janus_http_handler:1522] Invalid session (null) I've looked online but can't find anything. Any ideas?
bionara
  • 228
  • 1
  • 10
3
votes
1 answer

How can I set up a reverse proxy for the Janus REST api and socket api in Nginx?

I have a Janus Gateway which exposes a REST api on port 8088. The web socket transport is also enabled on my janus server on port 8188. I have an Nginx reverse proxy set up for https traffic to reach my Janus server. How do I add wss support to my…
Danwize
  • 141
  • 11
3
votes
1 answer

Remote video streaming using Janus-gateway not displaying in react-native

I am trying to display a remote streaming video using janus gateway in my react native project. I am using this package: https://github.com/oney/react-native-webrtc to display the streaming video in my component and janus library (janus.mobile.js…
sarra.ayache
  • 31
  • 1
  • 2
3
votes
4 answers

Installing janus-gateway error on CentOS7

I want to install janus-gateway on CentOS7. I read the following document and tried installation. https://github.com/meetecho/janus-gateway/blob/master/README.md git clone https://github.com/meetecho/janus-gateway.git cd janus-gateway sh…
Masakun
  • 33
  • 1
  • 3
3
votes
1 answer

Where can I catch response from Janus WebRTC server after send synchronous message

After attaching videoroom plugin to Janus, in "success" callback i send synchronous message to it janus.attach( { plugin: "janus.plugin.videoroom", opaqueId: opaqueId, success: function(pluginHandle) { …
Andrey Topoleov
  • 1,591
  • 15
  • 20
3
votes
1 answer

Webrtc stream local video file

How would one stream a local media file(video file) to peers?( i am using janus-gateway - videoroom plugin for this ). For audio there is webAudio, but what about the video? Thanks! Update: Maybe someone has an example? Or a small code snippet?…
IvRRimUm
  • 1,724
  • 3
  • 21
  • 40
1
2 3 4 5 6 7 8