CC-1665: Scheduled stream rebroadcasting and recording
-improve working with "webstreams"
This commit is contained in:
parent
142aa214b3
commit
7e433b61fb
15 changed files with 167 additions and 74 deletions
|
@ -29,19 +29,12 @@ class WebstreamController extends Zend_Controller_Action
|
|||
*/
|
||||
}
|
||||
|
||||
public function saveAction(){
|
||||
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