mirror of
https://github.com/steelbrain/ffmpeg-over-ip.git
synced 2024-10-12 01:34:56 +03:00
536 B
536 B
v3.0.0
- Change the lookup order of the configuration files (it looks for specific paths before general paths.)
Use
--debug-print-search-pathsto see the paths it will look for the configuration files.
v2.0.0
- Move dependencies to devDependencies since they are already bundled
- Rename
pathMappingstorewrites - Register both
ffmpeg-over-ip-serverandffmpeg-over-ip-clientas npm executables - Do not search for config file in same directory as executable (this messes up
pkgetc)
v1.0.0
- Initial release