User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not 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
3 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