node-rtsp-rtmp-server icon indicating copy to clipboard operation
node-rtsp-rtmp-server copied to clipboard

High CPU while broadcasting high quality videos

Open moshest opened this issue 9 years ago • 0 comments

I'm trying to broadcast via ffmpeg an 1080p video (big buck bunny) but the streaming get suck sometimes and I got high CPU on the node server (up to 100%).

Broadcast the same video to Nginx via nginx-rtmp-module works fine.

This is the ffmpeg command that I used:

ffmpeg -re -i big_buck_bunny_1080p_h264.mov -c copy -f flv rtmp://localhost/live/test

moshest avatar Feb 27 '17 14:02 moshest