Dave Herzog
Dave Herzog
@JeppeTh - I believe the video you are trying to use was taken in 4:3 ratio instead of 16:9. I would recommend to display your player in the 16:9 ratio...
@andreydruz - `isBrowserSupported` is a static function which is why you don't see it. You can just call it via `shaka.Player`. So adding something like this should work. ``` console.log(shaka.Player.isBrowserSupported())...
https://shaka-player-demo.appspot.com/docs/api/shaka.Player.html
What exactly do you want to accomplish with this?
Here is a sample project (not completely finished) that I have that is using ORM with Postgres based on the same idea. https://github.com/davidjamesherzog/devices-client-nuxt
With Nuxt 3 being available for some time now because everyone is moving to Vue 3, I am no longer using this setup and unfortunately, don't have a reason to...