Closed kiblik closed 4 years ago
Hi @kiblik,
check the "Troubleshooting" section in the README:
You may be missing key binaries installed by Git LFS. Make sure you have used git clone to get Earshot, not downloaded it a zip file. If you installed Git LFS after cloning this repository, you can run git lfs checkout to inflate the binaries.
Hi @roddylindsay,
I ran git lfs checkout
but unfortunately I ignored output of the command:
% git lfs checkout
Skipped checkout for "nginx-transcoder/bin-alpine/ffmpeg", content not local. Use fetch to download.
Skipped checkout for "tester/bin/ffmpeg", content not local. Use fetch to download.
Skipped checkout for "tester/resources/16chambixloop.wav", content not local. Use fetch to download.
Running git fetch
or git lfs fetch
wasn't enough. git lts pull
really helped to have the repository in the correct form.
Thanks for the hint. I hope this comment will help somebody with the same issue :)
Hello,
I wanted to start Earshot in Docker (using
docker-compose
) with the stream from OBS Music Edition butwebtool
stacked with:I checked DevTools and I found HTTP/404 for loading
.mdp
file:Based on https://github.com/EnvelopSound/Earshot/blob/master/nginx-transcoder/nginx.conf#L52, I check related directory but it was empty:
Because of https://github.com/EnvelopSound/Earshot/blob/master/nginx-transcoder/nginx.conf#L20 I check also log. In log file I found there errors:
Maybe also log from
nginx
can be userfull for you:What can I do?
Thanks