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
1.have a > 2GB size mp4 file (h234+aac)
2.Play and click the progress bar to the end
VIDEOJS: ERROR: (CODE:3 MEDIA_ERR_DECODE) The media playback was aborted due to a corruption problem or because the media used features your browser did not support. Oe {code: 3, message: "The media playback was aborted due to a corruption…media used features your browser did not support."}'
Expected behaviour
seekto and play video
Actual behaviour
VIDEOJS: ERROR: (CODE:3 MEDIA_ERR_DECODE) The media playback was aborted due to a corruption problem or because the media used features your browser did not support. Oe {code: 3, message: "The media playback was aborted due to a corruption…media used features your browser did not support."}
Server configuration
Operating system:openwrt for armv7(kernel 4.14.75)
Web server: nginx 1.15.5
Database: MariaDB 10.2.17
PHP version: 7.2.10 32bit
Nextcloud version: nextcloud-14.0.3
Updated from an older Nextcloud/ownCloud or fresh install: no
Where did you install Nextcloud from: official website download
Are you using external storage, if yes which one: local
Are you using encryption: no
Client configuration
Browser: Chrome 70
Operating system: Windows 10
Logs
Nextcloud log (data/nextcloud.log)
Nextcloud log
fseek() expects parameter 2 to be integer, string given at /xxx/3rdparty/sabre/dav/lib/DAV/CorePlugin.php#181
Browser log
Browser log
VIDEOJS: ERROR: (CODE:3 MEDIA_ERR_DECODE) The media playback was aborted due to a corruption problem or because the media used features your browser did not support. Oe {code: 3, message: "The media playback was aborted due to a corruption…media used features your browser did not support."}
I think the problem should be in php's fseek function, but currently you can't use a 64-bit platform, so you need to find another solution.
The text was updated successfully, but these errors were encountered:
GitMate.io thinks possibly related issues are #5467 (Can't play MP4 video in MiuiBrowser), #4164 (Add an upload progress bar in "File drop (upload only)" shares), #7286 (No progress bar during file upload using Microsoft Edge), #11322 (Progress bar for file copy/move [feature request]), and #10726 (Video streaming results in multiple "file downloaded" activity records).
Steps to reproduce
1.have a > 2GB size mp4 file (h234+aac)
2.Play and click the progress bar to the end
VIDEOJS: ERROR: (CODE:3 MEDIA_ERR_DECODE) The media playback was aborted due to a corruption problem or because the media used features your browser did not support. Oe {code: 3, message: "The media playback was aborted due to a corruption…media used features your browser did not support."}'
Expected behaviour
seekto and play video
Actual behaviour
VIDEOJS: ERROR: (CODE:3 MEDIA_ERR_DECODE) The media playback was aborted due to a corruption problem or because the media used features your browser did not support. Oe {code: 3, message: "The media playback was aborted due to a corruption…media used features your browser did not support."}
Server configuration
Operating system:openwrt for armv7(kernel 4.14.75)
Web server: nginx 1.15.5
Database: MariaDB 10.2.17
PHP version: 7.2.10 32bit
Nextcloud version: nextcloud-14.0.3
Updated from an older Nextcloud/ownCloud or fresh install: no
Where did you install Nextcloud from: official website download
List of activated apps:
App list
Are you using external storage, if yes which one: local
Are you using encryption: no
Client configuration
Browser: Chrome 70
Operating system: Windows 10
Logs
Nextcloud log (data/nextcloud.log)
Nextcloud log
Browser log
Browser log
I think the problem should be in php's fseek function, but currently you can't use a 64-bit platform, so you need to find another solution.
The text was updated successfully, but these errors were encountered: