←back to thread

292 points kixelated | 4 comments | | HN request time: 0.848s | source
Show context
barosl ◴[] No.44989954[source]
I tested the demo at https://moq.dev/publish/ and it's buttery as hell. Very impressive. Thanks for the great technology!

Watching the Big Buck Bunny demo at https://moq.dev/watch/?name=bbb on my mobile phone leaves a lot of horizontal black lines. (Strangely, it is OK on my PC despite using the same Wi-Fi network.) Is it due to buffer size? Can I increase it client-side, or should it be done server-side?

Also, thanks for not missing South Kora in your "global" CDN map!

replies(7): >>44990127 #>>44990314 #>>44992169 #>>44992678 #>>44992792 #>>44993660 #>>44996521 #
stronglikedan ◴[] No.44990314[source]
I don't get the black lines on Android/Chrome but it doesn't respect my aspect ratio when I go full screen. Instead of adding black bars to the sides, it excludes the top and bottom of the video completely.
replies(1): >>44990367 #
1. kixelated ◴[] No.44990367[source]
I am bad at CSS.
replies(1): >>44991951 #
2. Waterluvian ◴[] No.44991951[source]
Managing aspect ratios in conjunction with managing a responsive page layout is one of the darker parts of CSS in my experience. You’re not alone.
replies(1): >>44993698 #
3. nine_k ◴[] No.44993698[source]
Not dark anymore: https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-rati...
replies(1): >>44995117 #
4. Waterluvian ◴[] No.44995117{3}[source]
I wish it was true but there’s so many times aspect-ratio still doesn’t work. It’s a pretty weak property so things like flexbox parents will quickly cause it to be ignored.