Blaxzter
Blaxzter
Explore posts from servers
CDCloudflare Developers
Created by Blaxzter on 8/17/2024 in #general-help
Issues with the /stream/copy endpoint when consuming m3u8 content
We are copying a hosted video on vimeo via m3u8 stream link with the api and everything works fine except that cloudflare has the video only in 360p even so the origin video is 1080p. When i try the same with the 1080p mp4 video link then the resulting quality is correct and all lower resolutions are also there. Anyone any ideas why cloudflare only gets the 360p link even so every other player (when consuming the vimeo m3u8 stream link) shows the 1080p quality option?
2 replies
NNuxt
Created by Blaxzter on 4/26/2024 in #❓・help
nuxt generate sets process.env.NODE_ENV to prerender after nuxt.config.ts
When i run nuxt generate and i print the process.env.NODE_ENV in the nuxt.config.ts it is as expected 'production' but when i call it in a pinia store it suddenly is 'prerender. Is there a reason why? I found this stale issue https://github.com/vueComponent/ant-design-vue/issues/7194 which seems to be the same problem. Not sure if its related.
1 replies