You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a web app that launches a third-party module displaying a
In PostHog, which uses rrweb under the hood, I can see all elements of my web app except the video stream, which remains black.
I've read related issues and I believe that rrweb does not capture WebRTC streams. Am I correct? If so, is there any workaround or planned support for this use case?
I also found this issue (#450), where it is mentioned that rrweb does not natively capture video streams and that a custom plugin would be needed.
Additionally, I came across this comment:
"rrweb now has a WebRTC plugin that can easily be modified to stream video files as well as canvas via WebRTC."
Does this mean that by modifying this plugin, PostHog could correctly capture the video stream within my web app?
Or could this PR #1239 help in my case? Since it improves media element recording, would it also work for capturing a WebRTC stream inside a
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I have a web app that launches a third-party module displaying a
In PostHog, which uses rrweb under the hood, I can see all elements of my web app except the video stream, which remains black.
I've read related issues and I believe that rrweb does not capture WebRTC streams. Am I correct? If so, is there any workaround or planned support for this use case?
I also found this issue (#450), where it is mentioned that rrweb does not natively capture video streams and that a custom plugin would be needed.
Additionally, I came across this comment:
Does this mean that by modifying this plugin, PostHog could correctly capture the video stream within my web app?
Or could this PR #1239 help in my case? Since it improves media element recording, would it also work for capturing a WebRTC stream inside a
Thanks!
The text was updated successfully, but these errors were encountered: