-
Notifications
You must be signed in to change notification settings - Fork 1k
The media playback was aborted or The media could not be loaded
We will guide here on how to resolve errors for VOD videos.
- Browser issues
- Poor Internet connection
- Cached data in the system
- Uploaded file missing or corrupted
On those types of errors, only the Uploaded file missing or corrupted is related to your AVideo platform. to try to resolve it follow this checklist.
Open the page source code in the browser and look for the
<video playsinline webkit-playsinline="webkit-playsinline" preload="auto" poster="https://demo.avideo.com/videos/_YPTuniqid_5d3a5f9a3417a0.99305723.jpg?1588439591" controls class="embed-responsive-item video-js vjs-default-skin vjs-16-9 vjs-big-play-centered" id="mainVideo">
<source src="https://demo.avideo.com/videos/_YPTuniqid_5d3a5f9a3417a0.99305723_Low.mp4" type="video/mp4" label="Low" res="360">
</video>
Where the https://demo.avideo.com/videos/_YPTuniqid_5d3a5f9a3417a0.99305723_Low.mp4 is our video URL
try to open the video URL directly in the browser and check for errors.
List your files inside the videos directory and look for the _YPTuniqid_5d3a5f9a3417a0.99305723_Low.mp4 file. For example, you should use this code
ls -lah /var/www/html/YouPHPTube/videos/_YPTuniqid_5d3a5f9a3417a0.99305723_Low.mp4
check the filesize and permissions.
Use this guide to help you find errors https://github.com/WWBN/AVideo/wiki/How-to-find-errors-on-AVideo-Platform
Open an issue and provide all the information and screenshots of the above tests.
The Open Source Video Platform Solution
| Service | Description | Link |
|---|---|---|
| 🎯 | Professional Support - Direct assistance from core developers | Contact |
| ☁️ | AVideo CDN - High-performance video delivery network | Pricing |
AVideo Platform © 2024 - Self-hosted video streaming platform
Made with ❤️ by WWBN and the open source community