-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Can't play video in shared link using chrome and no sound in firefox #25561
Comments
Before posting new issues please always update to a recent version first. 9.0.4 is the current stable version where 9.0.3 already includes a fix for such issues: #24830, owncloud/files_videoplayer#45 |
If it still doesn't work, also try updating to the latest Chrome or Firefox version, in case their video/audio APIs are changed. I think the video player doesn't auto-transcode anything so your browser might need to have mp4 codec support enabled. |
@RealRancor @PVince81 Thanks guys, I'll close this issue |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Steps to reproduce
3.
Expected behaviour
smoothly view the mp4
Actual behaviour
play button is disabled(in Chrome)
can play video but with no sound (in Firefox)
Server configuration
Operating system: Centos 7
Web server: apache 2.4
Database: mysql 5.5
PHP version: 5.4
ownCloud version: (see ownCloud admin page) 9.0.1
Updated from an older ownCloud or fresh install: fresh
Where did you install ownCloud from:
Signing status (ownCloud 9.0 and above):
List of activated apps:
Enabled:
Disabled:
The content of config/config.php:
{
"system": {
"instanceid": "ocsqodv3wcw7",
"passwordsalt": "_REMOVED SENSITIVE VALUE",
"secret": "_REMOVED SENSITIVE VALUE",
"trusted_domains": [
"oc.cloud.corp.com",
"10.9.113.195",
"10.9.113.196",
"10.9.113.194",
"10.9.113.197"
],
"datadirectory": "/var/www/html/Cdrive/data",
"overwrite.cli.url": "https://oc.cloud.corp.com",
"dbtype": "mysql",
"version": "9.0.1.3",
"dbname": "occlouddb",
"dbhost": "occloud.mysql.db.corp.com:55944",
"dbtableprefix": "oc_",
"dbuser": "_REMOVED SENSITIVE VALUE",
"dbpassword": "_REMOVED SENSITIVE VALUE",
"logtimezone": "UTC",
"keysalt": "B25m5g87EacYjY",
"default_language": "zh_CN",
"objectstore": {
"class": "OC\Files\ObjectStore\Swift",
"arguments": {
"username": "swift",
"password": "_REMOVED SENSITIVE VALUE_",
"container": "cdrivesystemdev",
"autocreate": true,
"region": "regionOne",
"url": "http://cloud.ops.sh.corp.com:5000/v2.0",
"tenantName": "admin",
"serviceName": "swift",
"urlType": "internal"
}
},
"integrity.check.disabled": true,
"ldapIgnoreNamingRules": false,
"loglevel": 2,
"filelocking.enabled": true,
"memcache.distributed": "\OC\Memcache\Redis",
"memcache.locking": "\OC\Memcache\Redis",
"memcache.local": "\OC\Memcache\APC",
"redis": {
"host": "10.9.113.196",
"port": 6379,
"timeout": 0,
"password": ""
},
"mail_smtpmode": "smtp",
"mail_smtphost": "appmail.sh.corp.com",
"mail_smtpport": "25",
"mail_from_address": "cloud-storage",
"mail_domain": "corp.com",
"asset-pipeline.enabled": true,
"installed": true
}
}
Are you using external storage, if yes which one: Ceph swift
Are you using encryption: yes
Are you using an external user-backend, if yes which one: LDAP
LDAP configuration (delete this part if not used)
Client configuration
Browser: Chrome 49.0.2623.87 and Firefox 47.0.1
Operating system: windows7 basic
Logs
Web server error log
ownCloud log (data/owncloud.log)
Browser log
Hi OC,
I'm using owncloud9.0.1, after I shared a mp4 file to my staff using 'share link', they can't play it in chrome, the play button is disabled in the web plungin. when using firefox, we can play it but with no sound, the sound button is disabled. need your help :)
Thanks!
The text was updated successfully, but these errors were encountered: