Comments on: WebRTC Server: What is it exactly? https://bloggeek.me/webrtc-server/ The leading authority on WebRTC Mon, 24 Apr 2023 10:27:32 +0000 hourly 1 By: Tsahi Levent-Levi https://bloggeek.me/webrtc-server/#comment-143207 Sun, 19 Dec 2021 11:54:46 +0000 https://bloggeek.me/?p=72116#comment-143207 In reply to pijon.

Sure you can. Check coturn as an open source one to use.

]]>
By: pijon https://bloggeek.me/webrtc-server/#comment-143204 Sat, 18 Dec 2021 18:42:25 +0000 https://bloggeek.me/?p=72116#comment-143204 Can we create our own NAT traversal server using ubuntu?

]]>
By: Wennie https://bloggeek.me/webrtc-server/#comment-125089 Tue, 22 Dec 2020 08:31:54 +0000 https://bloggeek.me/?p=72116#comment-125089 thank you, i know already the issue, by applying ssl from my webhosting . but is there any cloud storage than AWS to make Turn/stun server active?

]]>
By: Tsahi Levent-Levi https://bloggeek.me/webrtc-server/#comment-125043 Sun, 20 Dec 2020 16:15:35 +0000 https://bloggeek.me/?p=72116#comment-125043 In reply to Wennie.

Best places to go ask would be discuss-webrtc, the github project page or stackoverflow. A comment in a general article about WebRTC probably isn’t where you’ll get a technical answer about a problem with a specific API call.

]]>
By: Wennie https://bloggeek.me/webrtc-server/#comment-125035 Sun, 20 Dec 2020 10:42:42 +0000 https://bloggeek.me/?p=72116#comment-125035 Thank you for response.Same issue although i’m using https, is there any solution for to that problem? Please..

]]>
By: Tsahi Levent-Levi https://bloggeek.me/webrtc-server/#comment-125032 Sun, 20 Dec 2020 09:20:54 +0000 https://bloggeek.me/?p=72116#comment-125032 In reply to Wennie.

You should use HTTPS and not HTTP.

]]>
By: Wennie https://bloggeek.me/webrtc-server/#comment-125031 Sun, 20 Dec 2020 09:10:59 +0000 https://bloggeek.me/?p=72116#comment-125031 hi.. where web hosting can i deploy my webrtc using simple-peer, it is created in laravel project. because I could not see the video from cam when I deployed it to heroku. the error is Uncaught (in promise) TypeError: Cannot read property ‘getUserMedia’ of undefined.

]]>
By: Tsahi Levent-Levi https://bloggeek.me/webrtc-server/#comment-124801 Fri, 11 Dec 2020 07:39:35 +0000 https://bloggeek.me/?p=72116#comment-124801 In reply to Jay.

Not sure what your region is.

All cloud vendors today have and use data centers in India – not with the same spread they do over Europe or the US, but they do have data centers there.

]]>
By: Jay https://bloggeek.me/webrtc-server/#comment-124785 Thu, 10 Dec 2020 05:22:52 +0000 https://bloggeek.me/?p=72116#comment-124785 Hi Tsahi,

To your question “Can I host WebRTC servers on AWS?” your answer also has the line: “Many popular WebRTC services are hosted today on AWS, Google Cloud, Microsoft Azure and Digital Ocean servers.”

Amazon has introduced a WebRTC service called Chime which we were greatly interested in using. Unfortunately, this is unvavailable in our geographical region.

So, could you tell me what are the “many popular WebRTC services” currently available on AWS, Google Cloud, MS Azure, etc? Are these services readily available as plug-in or with some kind of API integration?

Thanks & best regards,
Jay

]]>
By: Tsahi Levent-Levi https://bloggeek.me/webrtc-server/#comment-124070 Sun, 08 Nov 2020 07:01:37 +0000 https://bloggeek.me/?p=72116#comment-124070 In reply to Krish.

You need both as you’ve indicated you want the media to go through the server – which assumes a media server.

The signaling server may be the same server, though for me this is a different logical entity.

]]>