Closed AlexVinet closed 3 months ago
Provide more details about the error and also provide the encoder logs
I don't see any errors and I'm not sure where to find the Encoder logs. In the apache2 error.log it doesn't seems to have nothing related to the encoder.
Check in
Encoder/videos/avideo.log
The file doesn't exist.
I used: sudo find / -name avideo.log
and only got: /var/www/html/AVideo/videos/avideo.log
But the /var/www/html/AVideo-Encoder/ folder exist.
You installed the encoder in a directory that requires a separate domain. If you want to use http://myhost.com/Encoder and you installed AVideo in the default of /var/www/html/AVideo/ then use cd /var/www/html/AVideo/ && sudo git clone https://github.com/WWBN/AVideo-Encoder.git Encoder
. This way the encoder is located at /var/www/html/AVideo/Encoder and http://myhost.com/Encoder resolves as desired.
Hello @GreenDragonTavern, it worked thank you very much.
Describe the question Hi, I followed the instructions here: https://github.com/WWBN/AVideo/wiki/How-to-install-LAMP,-FFMPEG-and-Git-on-a-fresh-Ubuntu-22.x-for-AVideo-Platform-version-11.x-or-newer
But the encoder doesn't seems to run. According to the information I found, the encoder should run at http://myhost.com/Encoder, but it is not. I'm sure I'm missing a step.
Can anyone help me please.
Screenshots Provide some screenshots to help us understand and explain your problem.