I want to send a video stream from my native c++ desktop server to a web client.
My Connection is being established, Communication through the Data channel is working fine, and also I am receiving the video from the web client on my C++ server via Media Stream.
But video is not being sent from the C++ side to the web.
I am using OBS for capturing the video frames.
Do I have to use my Own Video encoder before sending those frames via Media Stream or BuiltInVideoEncoder will do work for me? Kindly guide me.