|  | 
 
| 大家好,首次用ffmpeg实现http,使用ffmpeg3.2.14例程 源文件ffmpet_http.c
 
 ...........................................................................
 if ((ret = avio_accept(server, &client)) < 0)
 goto end;
 
 ...........................................................................
 
 执行到这里的时候一直提示如下
 
 [AVIOContext @ 0x15a2260] Statistics: 0 seeks, 0 writeouts
 Some errors occurred: Bad file descriptor
 
 我执行指令为:
 ./http_app  192.168.1.19:90  192.168.1.22
 
 哪位用过的朋友,指点一下,没发现有什么特别的问题  返回 错误码 为 :-9
 
 
 
 | 
 |