Posted on 30 Aug 2022, this text provides information on Bugs & Fixes related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.
While developing a WebRTC video chat application I have encountered receiving remote the video stream. The video stream blob is received, but the video is just black.
Instead of using "decodeURIComponent" why don't you try "JSON.stringify"? That will ensure a smooth transformation to a string and you can then use JSON.parse to get out the object you sent. From my experience with black screen WebRTC, I sense a dirty SDP payload.
No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that
you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice
sessions to improve your knowledge and scores.
manpreet
Best Answer
2 years ago
While developing a WebRTC video chat application I have encountered receiving remote the video stream. The video stream blob is received, but the video is just black.
I have gone through these answers and tried almost everything I could to get it to workhttps://stackoverflow.com/a/17424224/923109 Remote VideoStream not working with WebRTC