-
Notifications
You must be signed in to change notification settings - Fork 197
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
Media Files not accessible through <url>/ampache #23
Comments
Same for me. Original comment by @edappere at owncloud-archive/apps#778 (comment) |
Confirmed. It works only with
in config.php and is broken in production mode. @bartv2 can you advice here? Original comment by @VicDeo at owncloud-archive/apps#778 (comment) |
Same for me Server configurationOperating system: Debian Wheezy ARM Web server: Nginx 1.2.1 Database: MySQL 5.5.28 PHP version: 5.4.4-14 ownCloud version: OwnCloud 6 Alpha Preview (Master Branch) Client configurationBrowser: Android Browser on CM10 Operating system: CyanogenMod 10 (based on Android 4.2.2) Apps used : Juste Music Player + Ampache provider plugin Same bug here closed but doesn't appear to solve the issue for me : owncloud-archive/apps#720 Maybe the function ?
Original comment by @HLFH at owncloud-archive/apps#778 (comment) |
I can confirm this bug, and also that ampache clients are not working in my case, even in debug mode. Original comment by @NoZdageek at owncloud-archive/apps#778 (comment) |
I think it is fixed with 21e10b6302e7 Original comment by @bartv2 at owncloud-archive/apps#778 (comment) |
Nice. @bartv2 Can you backport it? Original comment by @karlitschek at owncloud-archive/apps#778 (comment) |
backport in a09c87c Original comment by @bartv2 at owncloud-archive/apps#778 (comment) |
Streaming doesn't work on Android (CM10) with all Ampache Android Apps (like Just Player + Ampache Provider) (I used the backport) And Just Player developer has just said (1st April) : " However, the implementation of the playback is not over yet." With adb logcat, I have things like this :
Maybe, I should use Supersonic, the fork of Subsonic : Original comment by @HLFH at owncloud-archive/apps#778 (comment) |
i also tested it with Just Player + Ampache Provider, you need to refresh the just player cache/database before it works. Original comment by @bartv2 at owncloud-archive/apps#778 (comment) |
Still having the issue too, tested with just player (I updated the DB before testing) and with rhythmbox. Original comment by @NoZdageek at owncloud-archive/apps#778 (comment) |
I reset everything. And it doesn't work again. (I'm using Nginx and MySQL) EDIT : So, I'm now trying Groovebasin (big bug at the moment), Mopidy (not finished yet for streaming), Supersonic (too heavy for a Single-Board Computer) Original comment by @HLFH at owncloud-archive/apps#778 (comment) |
I tried this last night using 5.0.5 and the URL http://server/owncloud/remote.php/ampache (which is different to what is provided in the user documentation on http://doc.owncloud.org/server/5.0/user_manual/mediaplayer.html). Whilst amaroK would list the files, it refused the play them. I'll see if I can grab logs later on. Original comment by @TwistedLucidity at owncloud-archive/apps#778 (comment) |
I have the same problem with 5.0.5 where it lists the files, but refuses to play them. I have tried the following clients, all with the same results:
I would like to help with debugging this, so please let me know which logs I can supply. Edit: Just to confirm to myself whether it was a networking, server, PHP version or any such related issue, I installed the latest available tarball version of Ampache (3.6-alpha5), and all three the above clients worked. That rules out quite a bit of to-and-fro, so I would gladly supply any debug that is deemed useful in order to help getting this bug fixed. Original comment by @jhenkins at owncloud-archive/apps#778 (comment) |
Hi. AmpacheX developer here. From what I see, the actual data request to get the songs data fails no matter what I have tried. I have not inspected the OwnCloud source for the issue however. Original comment by @RyanCopley at owncloud-archive/apps#778 (comment) |
Same issue here. Ampache clients are able to list the tracks, but won't play then over a 404 error:
|
I see the same issue listed above, amarok sees the files but wont play. |
It's a pity that the Ampache support in OwnCloud doesn't work. As a workaround I installed Amapache on my home server in it's own virtual host, and pointed it to the media folders in OwnCloud. That way I managed to get things going, but it would definitely be a better thing to have everything integrated properly in OwnCloud. |
Has anybody found a workaround for this issue? (And I don't mean installing standalone ampache server...) |
#FF #58 |
@kabum , Why is this bug report closed? I still have the issue and no fix... |
Hum... |
@stanelie This repo is for the new music app. I'm working on it. For the first release the ampache support isn't planed, but it should be included with the next release. I also have my current progress on ampache in a separate pull request #91. If you're looking for the issue in the old music app (called media and was shipped with OC5) go to the issue in the apps repo owncloud-archive/apps#778 - I reopened it, but there isn't any maintainer anymore. |
Expected behaviour
To see some media files when accessing ampache through webserver.com/remote.php/ampache
Actual behaviour
Nothing happens, please see screenshot
Steps to reproduce
Server configuration
Operating system: Centos 5.9
Web server: Apache 2.2.3
Database: MySQL 5
PHP version: 5.4
ownCloud version: 5.0
Client configuration
Browser: Chrome
Operating system: Win7
Logs
Web server error log
ownCloud log (data/owncloud.log)
Browser log
Originally reported by @cyberdaemon at owncloud-archive/apps#778
The text was updated successfully, but these errors were encountered: