aws-deepracer-community / deepracer-for-cloud

Creates an AWS DeepRacing training environment which can be deployed in the cloud, or locally on Ubuntu Linux, Windows or Mac.
MIT No Attribution
325 stars 176 forks source link

Viewer: Wrong resolution handing #133

Open larsll opened 1 year ago

larsll commented 1 year ago

In the viewer the dimensions of a stream is only done in browser / but stream from backend is still original size as the request URL is not updated. This means that more bandwidth than required is utilized.

Reproduce:

Expected:

Also: With compression the behaviour is correct; the quality variable is changed as expected.