You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking for better alternative to node-watch (as it doesn't differenate create from update).
So I've implemented basic example on my folder, where ffmpeg constantly saves a stream (so every 500ms a file is modified, every 60 seconds new one is created). And this package can't detect any change there. I've touched a file in this folder - still nothing.
However - it detects file removal without a problem!
When left for a while - it detected a single change from one of files ffmpeg is saving to (in the middle of the process).
Any suggestions what can be wrong and how to fix it?
The text was updated successfully, but these errors were encountered:
Use chokidar, the best watching solution for node.js
This one seems dead (no answer in 7 months), I've tested many and most of them are buggy/incomplete/etc. Chokidar seems like the only reliable choice.
I was looking for better alternative to node-watch (as it doesn't differenate
create
fromupdate
).So I've implemented basic example on my folder, where ffmpeg constantly saves a stream (so every 500ms a file is modified, every 60 seconds new one is created). And this package can't detect any change there. I've
touch
ed a file in this folder - still nothing.However - it detects file removal without a problem!
When left for a while - it detected a single change from one of files ffmpeg is saving to (in the middle of the process).
Any suggestions what can be wrong and how to fix it?
The text was updated successfully, but these errors were encountered: