Questions tagged as 'webrtc'

1
answer

WEBRTC - Socket node.js

I'm developing an application using the following socket system (Using FireBase) for communication: openSocket: function(config) { var channel = config.channel || location.href.replace( /\/|:|#|%|\.|\[|\]/g , '');...
asked by 09.01.2017 / 18:56
2
answers

Nodejs or flash solution for live video streaming!

Hello, I already posted several posts about the subject but I have not yet got a definitive solution, I need to do streaming of live video and that the player that will transmit rode in any browser (possibly html5) I've tried WebRTC and it w...
asked by 23.06.2014 / 21:27
0
answers

webRTC does not show video on iphone

Hello, I'm new to webRTC and I'm testing the code below that was copied from a website and did not work when I open the project in ASP.NET. The video opens with a webcam, in the site where I took the example the iphone recognizes the demos very...
asked by 20.07.2018 / 16:40
0
answers

Is it possible to dynamically create a Java Endpoint Server? If not, would you use WebRTC?

Good evening. I am implementing a Chat service, where when clicking on the name of a user should open a private conversation window with it. Using Java, I am using WebSocket Server and Javascript for the Websocket Client. My problem is that b...
asked by 15.03.2018 / 02:21