Fixed a fresh install bug that wasn't using composer installs.
Fixed a cloud file download bug where it was downloading the wrong track. Working on amazon s3 signed urls for private objects. Added cloud storage configuration to install script.
This commit is contained in:
parent
2423ea6787
commit
a10e287368
7 changed files with 58 additions and 9 deletions
|
@ -48,6 +48,7 @@ class AudiopreviewController extends Zend_Controller_Action
|
|||
if ($type == "audioclip") {
|
||||
$media = Application_Model_StoredFile::RecallById($audioFileID);
|
||||
$uri = $baseUrl."api/get-media/file/".$audioFileID;
|
||||
//$uri = $media->getPropelOrm()->downloadFile();
|
||||
$mime = $media->getPropelOrm()->getDbMime();
|
||||
} elseif ($type == "stream") {
|
||||
$webstream = CcWebstreamQuery::create()->findPk($audioFileID);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue