Comments on: Recording WebRTC Sessions: client side or server side? https://bloggeek.me/recording-webrtc-sessions/ The leading authority on WebRTC Mon, 26 Feb 2024 20:37:35 +0000 hourly 1 By: Tsahi Levent-Levi https://bloggeek.me/recording-webrtc-sessions/#comment-165658 Thu, 05 Oct 2023 14:43:29 +0000 https://bloggeek.me/?p=10548#comment-165658 In reply to Konstantin.

You might need it. Read here: https://bloggeek.me/webrtc-turn/

]]>
By: Konstantin https://bloggeek.me/recording-webrtc-sessions/#comment-165653 Thu, 05 Oct 2023 09:42:36 +0000 https://bloggeek.me/?p=10548#comment-165653 Thank you for the article!

Do I need TURN server, when I use #1 Server side recording?

I do not understand what is it for since I forward media stream through media server as TURN server does…

]]>
By: Tsahi Levent-Levi https://bloggeek.me/recording-webrtc-sessions/#comment-123512 Mon, 21 Sep 2020 18:57:32 +0000 https://bloggeek.me/?p=10548#comment-123512 In reply to GIUSEPPE Schiavo.

It all depends. First on how you record – separated streams or mixed stream.

And on where you do the processing. In the end, mixed recording is CPU intensive and will be expensive on matter what you do. Handling this on the client side is usually impossible due to a lot of constrains and the fact that you have no control over the environment.

]]>
By: GIUSEPPE Schiavo https://bloggeek.me/recording-webrtc-sessions/#comment-123509 Mon, 21 Sep 2020 17:26:05 +0000 https://bloggeek.me/?p=10548#comment-123509 You are suggesting server side recording using JITSI or Kurento, but both solution have huge performance issues. Basically you are limited to record one session at time.

]]>
By: Tsahi Levent-Levi https://bloggeek.me/recording-webrtc-sessions/#comment-121004 Mon, 30 Mar 2020 14:35:44 +0000 https://bloggeek.me/?p=10548#comment-121004 In reply to sankra kosuri.

With Android, I’d do recording on the server side (if using the browser), and that solves your question.

Inside an app, well… you have access to all the data so you’ll need to cobble up a solution for that (and even then, I’d probably go for server-side recording).

]]>
By: sankra kosuri https://bloggeek.me/recording-webrtc-sessions/#comment-121003 Mon, 30 Mar 2020 12:54:18 +0000 https://bloggeek.me/?p=10548#comment-121003 How can I record a video call using android? I referred so many solution but I didn’t get proper way to record, please help me .

]]>
By: Tsahi Levent-Levi https://bloggeek.me/recording-webrtc-sessions/#comment-119751 Wed, 21 Aug 2019 15:36:05 +0000 https://bloggeek.me/?p=10548#comment-119751 In reply to Ravi.

Ravi,

Such questions are better addressed in discuss-webrtc (https://groups.google.com/forum/?nomobile=true#!forum/discuss-webrtc). I suggest you publish it there.

]]>
By: Ravi https://bloggeek.me/recording-webrtc-sessions/#comment-119749 Tue, 20 Aug 2019 14:43:18 +0000 https://bloggeek.me/?p=10548#comment-119749 I am facing issues while recording the stream that I am receiving from a Peer webrtc connection. Once I stop recording and try to play it I only see the last frame. I am using MediaRecorder API. Recording of local stream from getuser media seems to work fine. Any idea what may be the issue ?

]]>
By: Tsahi Levent-Levi https://bloggeek.me/recording-webrtc-sessions/#comment-118657 Sun, 01 Oct 2017 07:11:34 +0000 https://bloggeek.me/?p=10548#comment-118657 In reply to Nilesh Yadav.

Nilesh,

I am not sure I understand the question. In most cases, a single peer connection will handle both the audio and the video will be sent and received together. In most cases, on the same SRTP connection.
If the issues you are having are connectivity ones, then first look at your TURN configuration and try understanding your webrtc-internals better. This should be of help: https://testrtc.com/webrtc-internals-documentation/

]]>
By: Nilesh Yadav https://bloggeek.me/recording-webrtc-sessions/#comment-118656 Fri, 29 Sep 2017 15:35:59 +0000 https://bloggeek.me/?p=10548#comment-118656 I am interested to know in which peer connection audio stream flowing from client to server. i need to know how can i get to know i mean by looking on which parameter on server side audio drop can be identified. Some times in session we cant hear participant. Please Reply.

]]>