Git Product home page Git Product logo

portfolio-site's Introduction

๐Ÿ‘‹ Hi, Iโ€™m Kentaiga

Iโ€™m an aspiring game and web developer currently studying business, design, and computer science at Miami University.

portfolio-site's People

Contributors

kentaigaibe avatar

Watchers

 avatar

portfolio-site's Issues

Broken Layout with Some Videos

As mentioned in PR #3, there are some issues with the way videos render that lead to odd layout bugs. This can most easily be seen on iOS where videos take a long time to render properly, causing content to display incorrectly until it's rendered enough. This issue is multifaceted, but it boils down to two things:

  1. Rendering long MP4 files in one go on iOS is asking for trouble
  2. Not having static thumbnails means the video needs to render before the layout works

The best way to go about fixing this is to stream the video in chunks using a service like Mux, but as that is a paid service some consideration must be given as to if it's worth it or not to use it. In lieu of that, simply serving static thumbnails might solve the issue (but will still leave iOS with slow render times).

Videos Aren't Rendering on iOS

This is because iOS can't render the VP9 codec reliably and also because Vidstack isn't switching to the correct MP4 backup source as it should be.

Video Player Control Issues

The Vidstack player controls have the following issues:

  • The volume slider interacts sideways even though it's visually vertical
  • The settings menu is incomplete and has inconsistent visuals
  • The whole player requires you to use client-side rendering

Some of these issues will likely be fixed in version 0.8 of Vidstsack, which promises support for NextJS server components. This update has an ETA within the next few weeks so hopefully this problem resolves itself. In the event Vidstack 0.8 releases and it does not fix these problems, I'll make a new branch.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.