Questions tagged [rtcmulticonnection]

RTCMultiConnection is a JavaScript library for establishing WebRTC connections for peer-to-peer communications.

RTCMultiConnection is a WebRTC JavaScript library for peer-to-peer applications.

60 questions
1
vote
0 answers

what is the performance btw two-way broadcasting and video conferencing

two-way video broadcasting is where users can see broadcaster and broadcaster can see user but users should not interact with other users. video conference like every one interact. what will be the performance difference if use RTCMulticonnection As…
asimdev
  • 705
  • 1
  • 8
  • 22
1
vote
1 answer

WebRTC RTCMultiConnection using Socket IO

I started R&D on WebRTC with socket io. I followed this tutorial . downloaded this project from GitHub, Installed socket io by following these steps install socket io Now after running index.html, on click of open or join broadcast button, button…
Shreyas Pednekar
  • 1,285
  • 5
  • 31
  • 53
1
vote
0 answers

Why onstream not triggered on join (RTCMulticonnection)?

I'm using the latest version of rtcmulticonnection, using a many-to-many connection with vue and when someone join to the room, the event onNewParticipant is triggered, but onstream not. I tried to add a stream by addStream but throws…
Jimmy Porto
  • 109
  • 1
  • 15
1
vote
0 answers

How to auto store live streaming in server in php

I am created a video streaming web application using RTCMULTICONNECTION, need to store every stream in my server. When I click on the stream record button, the stream will be recorded, if it is a small length of video it will be uploaded into my…
Anil Kumar
  • 41
  • 4
1
vote
1 answer

How to Remove Blank Frames in RecordRTC

I am stuck on some point. Please help me to figure it out. When any peer connection (In Video Conferencing) is disconnected and I reconnect them, then a blank frame is added in Recording, I am using RecordRTC and testing it in Chrome 74.0 I think it…
1
vote
0 answers

Why RTCMultiConnection Event Type is always 'local'?

I'm trying to create a basic video chat using RTCMultiConnection Webrtc. The code works fine in Safari browser but it always fails to show the joiners videos in a simple ios phonegap app. so basically no one can see others videos. I added iosrtc…
1
vote
1 answer

"Cannot read property" error while clicking Start Recording Button

I get a console error while clicking a record Button. I worked with the Code From RTCMulticonnection to establish a connection and now want to have the ability to record the stream. I used this demo to record the…
1
vote
0 answers

Turn Server is not working in Firewall, NAT in CentOS

I am facing issue on internal network, when I establish a call from internal network to public network, Peer gets disconnected. It is working internally in network and it is also working public to public network. But it is not working for internal…
1
vote
1 answer

Share screen in Firefox using RTCMultiConnection

I'm using RTCMultiConnection library in a project I'm working on and I'm facing a problem. When I tried to share my screen in Firefox (63.0.3 Version), it works for some application window, at the same time some application window just show a black…
1
vote
0 answers

RTCMulticonnection screen sharing with audio not working

How to add audio for screen-sharing? I am using RTCMultiConnection v3.0 and I need one way screen sharing and two way audio. I try to get two-way audio with screen sharing using khan/RTCMultiConnection: HTML
Bhavin
  • 441
  • 1
  • 4
  • 17
1
vote
0 answers

HTML 5 video resizing not working when change to portrait to landscape and vice versa in ios app ionic 3

We are using to show Webrtc stream using HTML 5 video tag in ionic 3 project. Video is playing fine, but when we change the device orientation from landscape to portrait or portrait to landscape, the video is not resize and fit to…
Prawez
  • 149
  • 1
  • 4
  • 14
1
vote
0 answers

How to start audio/video streaming on the request by user in RTCMulticonnection v3

I am working on a Project of group chat and it is working fine but sometimes streaming is not happening. And any user who don't have webcam or webcam blocked in the browser then user not able to join. I am start streaming on joining of the room, so…
Pankaj Makwana
  • 3,030
  • 6
  • 31
  • 47
1
vote
0 answers

RTCMultiConnection (iOS): Video Stream Cannot be toggle with Javascript/jQuery

I've added local video in 'index.js' using below mentioned code: connection.onstreamL = function(event) { connection.videosContainer = document.getElementById('localVideoDiv'); var video = document.getElementById('localVideo'); …
s.zainulabideen
  • 2,047
  • 1
  • 13
  • 13
1
vote
1 answer

Can RTCMultiConnection use H264 instead of VP9 for screenshare?

I am working on screen sharing related project, and the only problem i encounter there is the need to display a screen shared from a PC or a Mac (Chromium browser, in fact an Electron app), on a Raspberry PI (i am using model 3 B, the most modern…
Mikhail Novikov
  • 623
  • 2
  • 9
  • 23
1
vote
2 answers

WebRTC / rtcmulticonnection -> Chrome to Firefox -> No Video

I have a question and a problem with following situation: In my WebRTC-Application (based on rtcmulticonnection) I want Chrome (sender) connect with Firefox (Receiver). The Datachannel is opened and I'm also able to send custom messages over the…
Polaris
  • 712
  • 7
  • 21