sergey-dryabzhinsky / nginx-rtmp-module

NGINX-based Media Streaming Server
http://nginx-rtmp.blogspot.com
BSD 2-Clause "Simplified" License
1.02k stars 215 forks source link

pwrite () "recorded" failed (9: Bad file descriptor) #227

Open tuxeos opened 7 years ago

tuxeos commented 7 years ago

Hi!

Trying to record 1-2 streams, I got many .flv streams with a size of 0KB . Looking into the error.log I found countless entries pwrite () "recorded" failed (9: Bad file descriptor)

What could be the issue? How can I resolve it?

Thanks

Gamec commented 7 years ago

I have the same issue. Did you manage to fix it?