-
Notifications
You must be signed in to change notification settings - Fork 199
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
Music - playback doesn't work in Safari #2
Comments
Could you provide more details like: What kind of video did you try to look at? Container (avi, mkv etc) audio and video codecs. Original comment by @Raydiation at owncloud-archive/apps#45 (comment) |
Oh that was misformulated, I'm actually referring to the "Music" section; it happens when I want to play songs (which are mp3 files) - the same songs work in Firefox but not Safari (i.e., no music playback at all in Safari, for me). I clarified the initial description to that end as well. Original comment by @RandolfCarter at owncloud-archive/apps#45 (comment) |
I can verify that this issue is also present when using Chrome. In Firefox it works but not in Chrome. The request for the file is shown as cancelled in the developer tools panel: I'll try to debug it further and see what I can find.. Original comment by @rickard2 at owncloud-archive/apps#45 (comment) |
Hi, I want to play my OC music on Safari This fix - https://github.com/owncloud/apps/blob/64ce426e073fff7118a5b0f5490f6887ef08ef2f/media/ajax/api.php - works on Firefox & Chrome but not on Safari Steps to reproduce
Server configurationHardware :Hackberry A10 Operating system:Debian Wheezy ARM Web server: Nginx Database: MySQL PHP version: PHP 5.4.4-14 ownCloud version: 5.0.0 Client ConfigurationBrowser:Safari 6.0.3 Operating system:OS X 10.8.3 LogsWeb server error logNo recent errors so no logs ownCloud log (data/owncloud.log)
|
Thanks in advance for solving Safari bug :p ( cc @Raydiation ) Original comment by @HLFH at owncloud-archive/apps#45 (comment) |
Hi, Original comment by @psamim at owncloud-archive/apps#45 (comment) |
@MorrisJobke what's the status on Safari and Safari on iphone/ipad? THX |
@DeepDiver1975 Didn't test it yet. I will ask a friend with iDevices to test ;) |
I will met with him next week to test on iPhone/iPad and OS X. |
@MorrisJobke why did you CC me :)? No apple devices in my house |
@Raydiation Because you posted a previous comment to this ;) #2 (comment) And they were copied over to this repo ;) |
ah i see :) |
@MorrisJobke do you mean that no sound is played or that seek doesn't work? If seek isn't supported I suppose that we should use the Cordova Media API then instead of soundmanager. Any idea if it's easy to switch out the sound back-end in your code? |
@jbtbnl The playback works but the seeking doesn't show up, because soundmanager doesn't know about the length of the music file. It's weird because on all other browsers I can look in the web dev tool at the response - in safari the response view is broken for the download request and we tried two different webserver instances (the first throws a weird error which looks like a broken request for the download URL) |
@MorrisJobke so it's either a bug in iOS or soundmanager? |
@jbtbnl I don't know :( |
When accessing the Music app under Safari 6.0.1 (7536.26.14) - according to software update the most recent version - running on Mac OS 10.7.5, I can enqueue songs (mp3 files) just fine, but pressing the play button results in no action (no playback) - the play button turns into the pause button for a very short time, then back into the play button. With firefox (also under the same Mac OS) playback works.
Originally reported by @RandolfCarter at owncloud-archive/apps#45
The text was updated successfully, but these errors were encountered: