StanfordSNR / puffer

Puffer is a free live TV streaming website and a research study at Stanford using machine learning to improve video streaming
https://puffer.stanford.edu
835 stars 131 forks source link

Support wide layout in web frontend #35

Closed dveeden closed 2 days ago

dveeden commented 1 year ago

Currently the layout has the video on the left and a column of channels on the right. image

I would propose something like this: image

This was done with the Firefox developer tools:

This allows the video to be slightly larger without having to use the pop-out feature of the browser.

francisyyan commented 2 days ago

Sorry I realized that I forgot to reply when going through the open issues. I already took your advice a year ago and increased the video size! I didn't implement it exactly the way you proposed due to other design considerations, but expanding the viewport a bit has probably achieved the same goal.

dveeden commented 2 days ago

@francisyyan Thanks. It indeed is a good improvement that achieves the goal.