arut / nginx-rtmp-module

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

nginx window server version. hls cleanup Delefile() fail. #1154

Open waitakzz opened 7 years ago

waitakzz commented 7 years ago

I have set up a new streaming system using nginx hls in window server 2008 R2, also another computer for streaming 24hrX7.

But after may be a day or two

there would be some error on the error log and the video cant see.

4522#4384: hls: clean up deletefile() fail on" dir"( 5: Access is denied)

sometime also with the error msg with : *3635 hls: error creating fragment file (5. access is denied)

the streaming work good at the beginning, but after some days this error occur with no reguler time. i need to restart the server then everything fine..

how can i solve it to run 24X7 without restart..

the config is

live on; hls onl hls path "dir" hls_fragment 1s; wait_key on; allow pubish all; allow play all;

nhosseinzadeh commented 6 years ago

i have the exact same problem on windows server 2012 r2. nginx-rtmp-module 1.2.0, nginx 1.12.1 please help. @waitakzz did you found any solution to this ? thanks.

jabulon commented 5 years ago

@waitakzz, what version were you using?

@FTABoy, how were you able to use nginx 1.12.1 ?? Did you compile it yourself for Windows?