illuspas / Node-Media-Server

A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
https://www.npmjs.com/package/node-media-server
MIT License
5.91k stars 1.51k forks source link

I can read six streams from Node Server. I need more. #470

Open networkpy opened 3 years ago

networkpy commented 3 years ago

I have 21 IP camera. I can to run my Node Media server whose read rtsp. But when i use flv player in my browser i can watch six real time streams. Why node media server have limit?

illuspas commented 3 years ago

This is not a limitation of NodeMediaServer, it comes from a limitation of the browser. https://docs.pushtechnology.com/cloud/latest/manual/html/designguide/solution/support/connection_limitations.html

The solution is simple, replace http://xxxx with ws:// xxxx