CC-1665: Scheduled stream rebroadcasting and recording
-Webstreams now appearing in the library
This commit is contained in:
parent
d0e4ad1334
commit
a16a1f5033
16 changed files with 2508 additions and 11 deletions
|
@ -6,6 +6,7 @@ class WebstreamController extends Zend_Controller_Action
|
|||
{
|
||||
$ajaxContext = $this->_helper->getHelper('AjaxContext');
|
||||
$ajaxContext->addActionContext('new', 'json')
|
||||
->addActionContext('save', 'json')
|
||||
->initContext();
|
||||
//TODO
|
||||
//$this->pl_sess = new Zend_Session_Namespace(UI_PLAYLIST_SESSNAME);
|
||||
|
@ -27,4 +28,20 @@ class WebstreamController extends Zend_Controller_Action
|
|||
$this->createFullResponse($pl);
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
public function saveAction(){
|
||||
$request = $this->getRequest();
|
||||
|
||||
Application_Model_Webstream::save($request);
|
||||
|
||||
|
||||
$this->view->x = "hi";
|
||||
|
||||
|
||||
//http://localhost/Library/contents-feed
|
||||
// 1) Create Propel object and save these parameters
|
||||
// 2) Make these appear in the library
|
||||
// 3) Make Web streams + playlists draggable.
|
||||
// 4)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue