Jalle19 / node-ffmpeg-mpegts-proxy

Simple proxy for leveraging ffmpeg to convert any source URL into MPEG-TS over HTTP
GNU General Public License v2.0
167 stars 52 forks source link

Source change is not detected #29

Closed nbittmann closed 7 years ago

nbittmann commented 7 years ago

For some reason the source change is not working anymore since the last update?

Jalle19 commented 7 years ago

Are you sure? Nothing in the logs? Do you know a version where it still works?

nbittmann commented 7 years ago

Nothing in the logs I can get you some more detail tomorrow morning

Jalle19 commented 7 years ago

Okay. I'll try replicating myself, it's probably an easy fix.

nbittmann commented 7 years ago

Actually how can I check the version ?

Git head is "bf58db812c7f38b212f16dd6f4ae73ba4b34719f"

If that helps that's the last working version for me the one that does not work is the current one cloned about 3 days ago.

NMichas commented 7 years ago

Tested with commit e12c905:

Jalle19 commented 7 years ago

@nbittmann are you also using this on macOS?

Jalle19 commented 7 years ago

@NMichas thanks for testing. Can you try running npm update chokidar on your macOS installation and see if that fixes the issue?