Comments on: With WebRTC, Don’t Never Ever Mix Media and Signaling https://bloggeek.me/webrtc-dont-mix-media-signaling/ The leading authority on WebRTC Sat, 02 Jul 2022 16:43:20 +0000 hourly 1 By: Tsahi Levent-Levi https://bloggeek.me/webrtc-dont-mix-media-signaling/#comment-119729 Sat, 10 Aug 2019 09:20:12 +0000 https://bloggeek.me/?p=11563#comment-119729 In reply to Alon.

Alon, I don’t really understand the question here.

WebRTC needs signaling to be able to connect sessions (theoretically, you need signaling to connect anything – not only WebRTC). The only difference between WebRTC and most other VoIP protocols is that WebRTC doesn’t enforce any specific signaling and leaves that part to the implementer.

]]>
By: Alon https://bloggeek.me/webrtc-dont-mix-media-signaling/#comment-119728 Sat, 10 Aug 2019 07:02:22 +0000 https://bloggeek.me/?p=11563#comment-119728 Hi,
I am trying to understand the signaling subject.

For example my application have one static point(a cam on a drone with static IP) streaming video to a random Client .

the client can connect thru a mobile app or web browser.

Is it safe to say no signaling no WebRTC ?

]]>
By: Peter Brannci https://bloggeek.me/webrtc-dont-mix-media-signaling/#comment-118781 Mon, 20 Aug 2018 11:11:05 +0000 https://bloggeek.me/?p=11563#comment-118781 ‘d like to use webRTC in node.js to manage mixed connections involving peer on browser and nodejs.

I did some tests and searches, I tried using wrtc or webrtc-native but in both cases I can’t get them works getting builded binaries or rebuild them (tried on Debian 8, Ubuntu 14 and 16). It also seems the projects are discontinued and I found only articles having 2-3 years old.

I’m looking for advices about modules or libraries to use, or how to make wrtc or webrtc-native works.

]]>
By: Tsahi Levent-Levi https://bloggeek.me/webrtc-dont-mix-media-signaling/#comment-118780 Wed, 07 Jun 2017 06:11:43 +0000 https://bloggeek.me/?p=11563#comment-118780 In reply to Philipp Hancke.

It doesn’t. But it does help in getting the media server connected from wherever it is to the users.

That means that you can place the media server in a more protected accommodations, and being a more complex beast with more angles of attack – it means making it less vulnerable to such attacks.

I guess that a lot of the protection will end up taking place in the signaling that happens in front of the media server, and there, my usual suggestion is having that signaling/control done by the signaling server and not between the media server and the browser/client directly.

]]>
By: Philipp Hancke https://bloggeek.me/webrtc-dont-mix-media-signaling/#comment-118779 Tue, 06 Jun 2017 08:40:39 +0000 https://bloggeek.me/?p=11563#comment-118779 So how would a TURN server (which does not terminate encryption or anything) prevent an attack on the media server?

]]>