Questions tagged as 'webrtc'

1
answer

Getting started with WebRTC, I'm lost

I need to develop a simple project: link between points that share video and audio (video calling in the case), simple, only in theory. I started searching on the subject and am completely lost, there is peerjs , there is webrtc ,...
asked by 15.07.2015 / 17:02
1
answer

WebRTC JavaScript with Java / PHP server

Does anyone have any examples or documentation, how to create a WebRTC client (browser), using a Java or PHP server to make a handshake between them? I can not use node.js, and the documentation I find is getting some information from the nod...
asked by 10.03.2014 / 19:28
0
answers

Stop remote video - WebRTC [closed]

Is it possible to control the audio and video of all users on a conference system (RTCMultiConnection)?     
asked by 10.01.2017 / 18:08
3
answers

How to find out the internal IP?

I'm looking for a solution to know the% internal% of a machine. The idea is that through a website, when the user accesses it, find out what the internal ip of it, and then search all other ip , and find which machine has an appl...
asked by 23.01.2014 / 10:43
0
answers

How to check if the EJS is responding

My application is node with express and ejs 1 - It is running index.html and not index.ejs 2 I am not able to pass the title or title parameter to the view, neither in ejs nor in html app.js and index.ejs look like this: var express = re...
asked by 05.07.2017 / 09:20
0
answers

Error sharing screen via Browser (Chrome and Firefox)

I'm trying to make the Screen Sharing dialog appear in Chrome, but nothing happens. I'm using the following code (just to display the dialog, I'll stream the server to the server when it works) function screenshare() { navigator.med...
asked by 25.10.2016 / 23:10
2
answers

Send a video recorded via Javascript by input type="file"

I'm doing a questionnaire system for a client. From this questionnaire some questions should be answered by video. When opening the page of the question the camera already begins to record the user. I am able to write the video, save to a JavaSc...
asked by 29.06.2018 / 21:34
1
answer

How to run the puma server with SSL?

My Rails 5 application uses WebRTC, and WebRTC (camera, etc.) only works with SSL enabled. I use puma server locally. What are the correct procedures to enable and enable SSL support on the puma server?     
asked by 03.01.2017 / 11:34
0
answers

Is it possible to create one-to-many streaming with webRTC? [closed]

I need to develop a tool that allows one to live from a single pc to several others in a virtual room. For this I choose to use the webRTC link In a simple way I can already make the pc get the video and the audio. but I can not transmit them....
asked by 27.10.2017 / 14:03
0
answers

How to configure a WebRTC signaling server for connection to the mobile app

I'm trying to integrate a WebRTC signaling server with a mobile application in React Native and communicate with a command line in typescript. The signaling server is tested in this TS code: import service from '../src/service' import Connecti...
asked by 23.08.2017 / 20:31