YasharSL

Results 5 comments of YasharSL

Facing the same issue with `Next 12.2.5` and `next-pwa 5.4.6` here's my Next config: ``` import withPWA from "next-pwa"; export default withPWA({ pwa: { dest: "public", register: true, skipWaiting: true,...

> rdonuk Thanks, this flag worked for me

> Thanks for reaching out. This is a known issue on virtual machines, with a workaround of disabling the GPU sandbox as mentioned [above](https://github.com/Jigsaw-Code/outline-client/issues/1389#issuecomment-1235467358) by @rdonuk. Can you confirm that...

> > I have implemented an rtsp stream inside Nextjs api routes. I get a CORS error when I try to connect to the websocket. is there an option to...

I have the same problem. I try to stream my webcam video with these parameters ``` sudo ffmpeg -f v4l2 -framerate 25 -video_size 640x480 -i /dev/video0 -f rtsp -rtsp_transport tcp...