Most voted "webrtc" questions
Webrtc is a free and open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities, through simple Apis.
Learn more…13 questions
Sort by count of
-
5
votes1
answer1536
viewsHow to get started with Webrtc, I’m lost
I need to develop a simple project: link between points that share video and audio (video called in case), simple, only in theory. I started researching the subject and I’m completely lost, there is…
-
4
votes3
answers4238
viewsHow to find the internal IP?
I’m looking for a solution to know the ip engine. The idea is that through a website, when the user accesses it, know which the ip inside of him, and then looking for everyone else ip's, and find…
-
4
votes1
answer967
viewsWebrtc Javascript with Java/PHP server
Someone ai has some example or documentation, of how to create a Webrtc client (browser), using a Java or PHP server to make the "Handshake" between both? I cannot use Node.js, and the documentation…
-
4
votes0
answers44
viewsRemote Video Stop - Webrtc
It is possible to control the audio and video of all users in a conference system (Rtcmulticonnection)?
webrtcasked 7 years, 10 months ago Max Porcento 157 -
2
votes0
answers97
viewsError while sharing screen via Browser (Chrome and Firefox)
I’m trying to make the Screen Sharing dialog appear in Chrome, but nothing happens. I am using the following code (Just to display the dialog, I will stream to the server when it works) function…
-
2
votes1
answer401
viewsHow to run the puma server with SSL in development?
My Rails 5 application uses Webrtc, and Webrtc (camera, etc) only works with SSL enabled. I use a local SSL server. What are the correct procedures to implement and enable SSL support on the puma…
-
2
votes0
answers223
viewsHow to check if the EJS is rspondendo
My app is Ode with express and ejs 1 - It is running index.html and not index.ejs 2 I am unable to pass the title or title parameter to the view neither in ejs nor in html app.js and index.ejs are…
-
1
votes1
answer73
viewsWEBRTC - Socket Node.js
I am developing an application using the following socket system (Using Firebase) for communication: openSocket: function(config) { var channel = config.channel || location.href.replace(…
-
1
votes0
answers145
viewsIs it possible to create one-to-several streaming with webRTC?
I need to develop a tool that allows you to live from a single pc to several others in a virtual room. For this purpose I use webRTC https://webrtc.org/start/ In a simple way I can already make the…
-
1
votes0
answers35
viewsVideo and text connection between two or more Webrtc people
I’ve researched a lot and most of the well explained content I found is in English, especially in videos (I don’t have enough knowledge to understand a video in English). I need to create a Webrtc…
-
1
votes2
answers687
viewsSend a recorded video via Javascript by input type="file"
I am doing a questionnaire system for a client. From this questionnaire some questions should be answered by video. When opening the question page the camera already starts recording the user. I am…
-
1
votes1
answer29
viewsidentify devices created via v4l2loopback in Chrome
In the v4l2loopback program, the parameter card_label, puts a label on each camera created, and this is identified in Chrome/Chromium, as per image. But the output of the javascript command to list…
-
0
votes2
answers469
viewsNodejs or flash solution for streaming live video!
Hello, I have posted several messages on the subject but I have not yet achieved a definitive solution, I need to do streaming live video and that the player that will stream runs on any browser…