node-rtsp-rtmp-server
node-rtsp-rtmp-server copied to clipboard
High CPU while broadcasting high quality videos
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