Questions tagged [openwebrtc]

With OpenWebRTC you can build native WebRTC apps that communicate with browsers that supports the WebRTC standard

Links

License

OpenWebRTC is released under BSD-2 clause.

83 questions
0
votes
0 answers

Unable to add media stream to video element

I am trying to pass a media stream from page 1 to page 2. I am getting a media stream with the same ID on page 2 as the media stream generated on page 1. But I am not able to add this media stream to the video tag that is present in the page 2 HTML…
Vijay
  • 61
  • 6
0
votes
0 answers

WebRtc stream without loss of quality

My web application records video streams on the server side using webRtc and kurento media server. Its just writing the raw stream received from the client to disk. But I was faced with the fact that the quality of the video falls dramatically. All…
0
votes
1 answer

How to make a video chat app web using SimpleWebRTC error

I was following a tutorial on Dzone however I completed the application but there were some errors. https://dzone.com/articles/build-a-video-chat-service-with-javascript-webrtc The first error is SimpleWebRtc is deprecated…
Alex
  • 11
  • 1
  • 5
0
votes
1 answer

Autoconf cannot find config.status

When I run ./autogen.sh on https://github.com/EricssonResearch/openwebrtc I get this: autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac:…
Alex Blanz
  • 21
  • 1
  • 5
0
votes
1 answer

Is it possible to package a Safari based WebRTC application, as an installable dmg?

We have very little MacOS expertise on the team (mostly Linux, server-side developers), therefore the question might not refer to everything about MacOS correctly, but hopefully close-enough base on Linux analogies to be understandable. We have a…
bdutta74
  • 2,798
  • 3
  • 31
  • 54
0
votes
1 answer

Uncaught Error: This Firebase project requires import into Google Cloud Platform to resume service

Getting this Uncaught Error: This Firebase project requires import into Google Cloud Platform to resume service. When I am trying to conference video call through Webrtc. I got this url-…
0
votes
1 answer

running AppRTC for ios ,RtcEventLog issue

I would like to add an interface in AppRTCMobile, this interface can start webrtc Call module, in order to achieve the audio call between two phones (LAN, already know both the IP address and port number), but when I run successfully , The software…
docMan
  • 11
  • 3
0
votes
1 answer

How to update webrtc xirsys from v2 to v3?

I am currently testing and working on the webrtc firebase demo by Muaz khan. In one of the files it uses Xirsys and the credentials used are the ones of Muaz Khan. The xirsys details are of version v2. Currently Xirsys uses version V3. I was…
Gaurav
  • 47
  • 7
0
votes
1 answer

WebRTC: Transmit message from Node to Browser

I'd like to know how could I use webRTC to send a message from Node.JS to my Browser without having to install any third-party lib on the Browser end. I've researched a few options but they all were outdated or over complicated. I just need to print…
0
votes
1 answer

openwebrtc application is not accessible

I have downloaded the successfully build openwebrtc public image from docker hub and using it. After running the following command 'openwebrtc-daemon', I tried to access the application from the browser with the public_ip:10717 of the AWS EC2…
0
votes
1 answer

Broadcast live audio on my website

I am having a requirement to broadcast live audio on my website. Scenario is 1) one user will talk/sing in my application and 2) his followers will have to listen that live audio instantly in the same application. Can you please suggest me any 3rd…
Mobilyte
  • 31
  • 3
0
votes
1 answer

How to embed webrtc video call application from a https website into my website

I am working on WebRTC video call using Twilio and Firebase as described in this blog post. My website (e.g. http://example1.com) doesn't have SSL certificate and so this application cannot use my camera and microphone. So I am thinking of getting…
0
votes
0 answers

how can i create webRTC with 2 pc's?

I am completely new in WebRTC concept in PC's . I want to check and working of a simple WebRTC concept . I searched lot of document i got 2 source code . One is SimpleWebRTC https://github.com/andyet/SimpleWebRTC & another is easyrtc…
user2986042
  • 1,098
  • 2
  • 16
  • 37
0
votes
0 answers

Webrtc Mix microphone output & mp3 into a single stream

I am creating a webrtc based chat application. (getUserMedia apis). Trying to achieve this: 1)choose a mp3 file(local file OR web url) which is like a background music & sing a song. 2)The user at the other end should be able to hear both of these…
0
votes
0 answers

Simple WebRTC Remote Videos are not added sometimes

We are integrating SimpleWebRTC for allowing the users to have group communication. Xirsys service is used for STUN/TURN servers. We followed the tutorial in the below link, It uses the simplewebrtc sandbox singalling servers for testing purpose. It…