rtmp server sent error
--
---
You received this message because you are subscribed to the Google Groups "red5" group.
To unsubscribe from this group and stop receiving emails from it, send an email to red5interest...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
public boolean appConnect(IConnection conn, Object[] params) {
String parameters = String.valueOf(conn.getConnectParams().get("queryString"));
log.info("connected with parameters: "+parameters);
log.info("total clients "+conn.getScope().getStatistics().getTotalClients());
}
ffmpeg -f x11grab -s 640x480 -r 24 -i :0.0+600,120 -c:v libx264 -fflags nobuffer -preset fast -pix_fmt yuv420p -minrate 50k -maxrate 100k -bufsize 200k -s 640x480 -threads 0 -f flv "rtmp://127.0.0.1/test/glosno?are=yousure¬=4sure"
[INFO] [RTMPConnectionExecutor#5W56JWZSNQLWL-1] org.red5.demos.test.Application - connected with parameters: null
[INFO] [RTMPConnectionExecutor#5W56JWZSNQLWL-1] org.red5.demos.test.Application - total clients 0