edumeet / edumeet-client

This is the client service for the Edumeet project
15 stars 22 forks source link

[BUG] VideoView broken video stream on new consumer #116

Closed pnts-se closed 8 months ago

pnts-se commented 1 year ago

Describe the bug If the VideoView component has a too low resolution when adding a new consumer, the VideoView keeps showing a spinner or it shows a frozen frame of the video stream. If you resize the window so the VideoView component resolution increases, the video stream beings to play. If you have a live video stream, using a consumer, and resizes the window so the resolution of the VideoView decreases, we don't see this problem.

Expected behavior I guess a spinner is OK, but it would be good to show the video stream, even if the resolution is low.