Skip to content

How to find errors on AVideo Platform

Daniel Neto edited this page Feb 26, 2023 · 16 revisions

AVideo Platform Error Management

To effectively manage the AVideo Platform, it is essential to receive feedback about the server's performance and any errors that may be occurring.

AVideo Platform and Encoder store activity and error logs in /your/path/to/AVideo/videos/avideo.log and /your/path/to/AVideo/Encoder/videos/avideo.log, respectively.

To monitor AVideo Platform service responses and activities, use the following command: tail -n 200 -f /var/www/html/AVideo/videos/avideo.log

In addition to the AVideo logs, it may also be necessary to check the logs of the operating system, such as Apache error, Apache log, mail log, etc.

If your video does not play

If you're having issues playing a video, refer to the following guide: https://github.com/WWBN/AVideo/wiki/What-to-do-if-your-video-does-not-play

Live stream errors

For live streams, check the streamer log and Nginx log. Use the following command to monitor the Nginx log: tail -n 200 -f /usr/local/nginx/logs/error.log

JavaScript Errors

If you're experiencing issues with your interactive functionality, this may be due to JavaScript errors or conflicts. Refer to the following guides for diagnosing and resolving JavaScript issues:

Clone this wiki locally