You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use websocket to send and receive H265 frames. Monitor the onmessage event, when frame comes, function decode will be called. But in this way, the video has a long latency, and data sending also be blocked.
How to fix it? Do I need to use webworker to get smooth video?
The text was updated successfully, but these errors were encountered:
I think you need to use webworker.I tried to separate the project into four parts : player、dercoder、downloader、render,but there is a lot of work to do.
Reference:https://github.com/sonysuqin/WasmVideoPlayer
I use websocket to send and receive H265 frames. Monitor the onmessage event, when frame comes, function decode will be called. But in this way, the video has a long latency, and data sending also be blocked.
How to fix it? Do I need to use webworker to get smooth video?
The text was updated successfully, but these errors were encountered: