Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The video player playing mp4 files above 2G will result in the inability to drag the progress bar. #11951

Closed
Baozisoftware opened this issue Oct 20, 2018 · 4 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug

Comments

@Baozisoftware
Copy link

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
Enabled:
  - accessibility: 1.0.1
  - cloud_federation_api: 0.0.1
  - comments: 1.4.0
  - dav: 1.6.0
  - federatedfilesharing: 1.4.0
  - federation: 1.4.0
  - files: 1.9.0
  - files_markdown: 2.0.4
  - files_pdfviewer: 1.3.2
  - files_rightclick: 0.8.4
  - files_sharing: 1.6.2
  - files_texteditor: 2.6.0
  - files_trashbin: 1.4.1
  - files_versions: 1.7.1
  - files_videoplayer: 1.3.0
  - firstrunwizard: 2.3.0
  - gallery: 18.1.0
  - groupfolders: 1.3.3
  - logreader: 2.0.0
  - lookup_server_connector: 1.2.0
  - music: 0.9.2
  - nextcloud_announcements: 1.3.0
  - notifications: 2.2.1
  - oauth2: 1.2.1
  - password_policy: 1.4.0
  - provisioning_api: 1.4.0
  - serverinfo: 1.4.0
  - sharebymail: 1.4.0
  - support: 1.0.0
  - survey_client: 1.2.0
  - systemtags: 1.4.0
  - theming: 1.5.0
  - twofactor_backupcodes: 1.3.1
  - unsplash: 1.1.1
  - updatenotification: 1.4.1
  - workflowengine: 1.4.0
Disabled:
  - activity
  - admin_audit
  - encryption
  - files_external
  - user_external
  - user_ldap

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.

@nextcloud-bot
Copy link
Member

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).

@violoncelloCH
Copy link
Member

please report this one in the videplayer-repository (https://github.com/nextcloud/files_videoplayer)

@Baozisoftware
Copy link
Author

That repo already has the same:
nextcloud/files_videoplayer#39
nextcloud/files_videoplayer#55
It doesn't seem to be a plugin issue.

@skjnldsv skjnldsv added the 0. Needs triage Pending check for reproducibility or if it fits our roadmap label Jun 12, 2019
@skjnldsv
Copy link
Member

We now have the viewer
Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug
Projects
None yet
Development

No branches or pull requests

4 participants