You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Issue:
The videos work perfectly on Desktop (Windows).
However, on Android devices, the videos fail to play, and nothing appears.
The device logs don't show any specific errors regarding the loading or playback of the video. Steps I've Taken:
Verified that the online video URL is valid and works in a mobile browser.
Confirmed that the video format is MP4 (H.264 and AAC).
Added the INTERNET permission to android.xml.
Tested with different formats and lower resolutions (720p and 480p), but the issue persists. Question:
Has anyone encountered this issue before or knows why Feathers VideoPlayer might fail to play videos on Android? Is there an additional configuration I am missing?
Any help or suggestions would be greatly appreciated.
Thanks in advance for your time!
The text was updated successfully, but these errors were encountered:
I am using Feathers VideoPlayer to play videos in my project. The videos work perfectly on Desktop (AIR) but fail to play on Android devices.
Project Details:
Video Details:
The video is being loaded from an online URL:
https://fdpco.ir/Download/VideoHelpMobileMasterWin/mostatili.mp4
Video format: MP4 (H.264 for video and AAC for audio).
Relevant Code:
Android Manifest (android.xml):
The Issue:
The videos work perfectly on Desktop (Windows).
However, on Android devices, the videos fail to play, and nothing appears.
The device logs don't show any specific errors regarding the loading or playback of the video.
Steps I've Taken:
Verified that the online video URL is valid and works in a mobile browser.
Confirmed that the video format is MP4 (H.264 and AAC).
Added the INTERNET permission to android.xml.
Tested with different formats and lower resolutions (720p and 480p), but the issue persists.
Question:
Has anyone encountered this issue before or knows why Feathers VideoPlayer might fail to play videos on Android? Is there an additional configuration I am missing?
Any help or suggestions would be greatly appreciated.
Thanks in advance for your time!
The text was updated successfully, but these errors were encountered: