I use live555 as media server to send H.264 data as live stream not file stream,when the number of client less than sixteen ,it would work well. But if the number of client more than sixteen, the task sheduler could not handle the task as real time.

These sorts of scaling problems are often caused by running into the OS's limit of the number of open sockets that it can support. Try increasing this limit, if you can.
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to