-
Notifications
You must be signed in to change notification settings - Fork 190
Finding Errors on the Encoder
This guide will help you identify and troubleshoot errors on the AVideo Encoder.
Before beginning any troubleshooting, it's crucial to ensure that both your encoder and streamer are running the latest versions. This helps avoid any issues caused by outdated software. check this
Choose a file for testing purposes. We'll configure the encoder to keep the processed file after encoding so you can inspect it if needed.
To retain the processed files for troubleshooting:
-
Access Encoder with a Admin user: You need to be an encoder admin (note that this is different from being a streamer admin).
-
Open the Configuration Tab: As an encoder admin, you'll see a "Configurations" tab in the encoder interface.
-
Disable Auto-Remove: Scroll to the bottom of the configurations tab and uncheck the "Auto Remove" checkbox. This setting ensures that files are not automatically deleted after processing, allowing you to inspect them as needed.
Once you detect and fix the issue, it’s recommended to enable the auto-remove feature again.
After configuring the encoder:
- Submit the Video for Encoding: Upload the file to the encoder as you normally would.
- Check the Encoder Logs: After processing, inspect the logs for any clues about what might be going wrong. The logs are the primary source of information for diagnosing issues.
If you encounter an error in your streamer logs, such as:
aVideoEncoder.json: ******** Download ERROR https://yourencodersite.com/videos/avideoTmpFile_***.mp4 SCRIPT_NAME: /objects/aVideoEncoder.json.php
Follow these steps:
- Verify the URL: Check if the URL mentioned in the error is accessible from your browser. Ensure that the file is downloadable from the encoder site.
-
Check File Existence on the Encoder: Confirm that the file exists in the encoder's
videos
directory.
If you need to reprocess the video to catch the error again:
-
Use the "Re-Queue" Button: This button allows you to re-queue the video for processing without having to re-upload it.
-
Use the "Send Notify" Button: If you want to attempt to submit the video again from scratch, use the "Send Notify" button.
This process will help you diagnose and resolve most common issues encountered on the AVideo encoder. If you continue to experience problems, consider reaching out to the community for further support.