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
History check
Please confirm that you've checked issues history and you didn't find anything which may solve your issue.
Describe the bug
I am experiencing an issue where .ts files play correctly on Android devices using BetterPlayer, but the same files do not play on iOS. The player fails to load or throws an error when attempting to play .ts files on iOS. To Reproduce
Steps to reproduce the behavior:
History check
Please confirm that you've checked issues history and you didn't find anything which may solve your issue.
Describe the bug
I am experiencing an issue where .ts files play correctly on Android devices using BetterPlayer, but the same files do not play on iOS. The player fails to load or throws an error when attempting to play .ts files on iOS.
To Reproduce
Steps to reproduce the behavior:
*Example code
void _loadVideo() {
requestStatus.value = RequestStatus.loading;
final videoUrl = _getVideoUrl(
widget.notificationsItem.violationData, widget.notificationsItem.muId!);
if (videoUrl.isEmpty) {
errorDescription.value =
LocalizationManager().appLocalizations.video_not_found_error;
requestStatus.value = RequestStatus.error;
return;
}
}
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Flutter doctor
Please add flutter doctor output here.
Better Player version
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: