Results 4 comments of Nam Phan

I got the same error. Has anyone succeeded in converting to onnx or torchscript model?

Hi @R0NAM1 , Sorry for asking in your thread. I've managed to stream video using Flask backend with aiortc. I'm using loop.run_forever to keep the player running in the background....

@R0NAM1 Thanks for clarifying. I switched from using Gunicorn to Hypercorn, and now it works. I suppose Gunicorn does not work well with async tasks. Regarding your question, I haven't...

pc is my RTCPeerConnection, when it closes on the frontend, the backend site will automatically stop ``` disconnect() { if (this.pc) { this.pc.close(); } } ```