UI not showing up the video stream even though the data stream is received #2562
Unanswered
GsvGowtham
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We implemented the code as above so as to broadcast the video received to the server to all peers connected to the server.(Though the code above is not a full implementation and just a initial step where in I am testing if i am able to convert the remote stream received at the server to a local stream). I see that the onTrack listener is getting triggered and was able to see the data but for some reason not able to view the video in the UI.
We earlier implemented similar thing through a direct peer to peer connection without an SFU( Just using React and websockets). That worked well, but when we moved to GoLang and SFU facing this issue. Is there any thing that I need to take care for this change.
Thanks in Advance.
Beta Was this translation helpful? Give feedback.
All reactions