|
|
|
|
|
by TheMakeA
4255 days ago
|
|
We've actually experimented with jsmpeg for this type of thing. The problem we ran into was that jsmpeg seemed to require every frame from ffmpeg. If the browser or network slowed, the feed would fall behind the simulation, leading to several seconds of latency when interacting. We'd love to use it and appreciate your hard work though. Do you have any ideas on how that problem can be solved? |
|
The more difficult part is probably detecting this lag. I'm not sure how this could be done. Maybe the node websocket server (ws) can detect congestion somehow.