jacksonliam / mjpg-streamer

Fork of http://sourceforge.net/projects/mjpg-streamer/
3.01k stars 1.23k forks source link

input_file.so not displaying new files in the folder using WSL #364

Closed OlliePugh closed 11 months ago

OlliePugh commented 2 years ago

When using input_file.so it seems that it does not display the new files in that folder.

If I was to add the existing flag it will display and then delete the files as expected.

The only thing that I can see being an issue is that mjpg-streamer is running in WSL and I wasn't sure if maybe the directory doesn't update while the script is running as its being run in a VM?

mjpg_streamer -i "input_file.so -f . -r --delay 0.05" -o output_http.so is the command I am using 🤔

Also, is there any documentation available for the input_file.so? Or am I best just to reverse engineer it to see how it works by reading though the code 😅