On Thu, 19 Jul 2012 17:22:03 +0100, Bastien Nocera wrote: >+ case 'i': >+ STR2AVAL(req->fullUrl, optarg); >+ break; > case 's': > STR2AVAL(req->swfUrl, arg); > break; i know rtmpdump uses optarg. is there any problem mixing optarg and arg here ? -compn