engr77
Results
2
issues of
engr77
I am getting RTP/RTSP stream from a camera and getting each frame with OnVideoRendererFrameAvailable() API. This API outputs YUV data only. Does OnVideoRendererFrameAvailable() support getting in RGB format?
Hi, I have been using VXG player to run multiple RTSP streams from cameras successfully so far. I have to scale the video returned as ByteBuffer from OnVideoRendererFrameAvailable() as 300x300...