tdVideoPlugin
0.1.5beta
for sf 1.4sf 1.3 and Doctrine
MIT
Provides easy interface for flash video player to embed in symfony projects. It is based on my sfVideoPlugin and is integrated into TD CMF.
This plugin is a part of TD CMF and is based on Doctrine ORM.
Read more about embedding videos in symfony at symfony developer's blog
Developers
| Name |
Status |
Email |
Tomasz Ducin |
lead |
moc.liamg <<ta>> nicud.zsamot
|
License
Copyright (c) 2009 Tomasz Ducin
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Releases for sf 1.4
| Version |
License |
API |
Released |
|
0.1.8beta
|
MIT |
0.1.0beta
|
04/09/2010 |
|
0.1.7beta
|
MIT |
0.1.0beta
|
24/02/2010 |
|
0.1.6beta
|
MIT |
0.1.0beta
|
23/02/2010 |
|
0.1.5beta
|
MIT |
0.1.0beta
|
21/02/2010 |
|
0.1.4beta
|
MIT |
0.1.0beta
|
24/01/2010 |
|
0.1.3beta
|
MIT |
0.1.0beta
|
24/01/2010 |
|
0.1.2beta
|
MIT |
0.1.0beta
|
22/01/2010 |
|
0.1.1beta
|
MIT |
0.1.0beta
|
18/01/2010 |
|
0.1.0beta
|
MIT |
0.1.0beta
|
17/01/2010 |
Releases for sf 1.3
| Version |
License |
API |
Released |
|
0.1.8beta
|
MIT |
0.1.0beta
|
04/09/2010 |
|
0.1.7beta
|
MIT |
0.1.0beta
|
24/02/2010 |
|
0.1.6beta
|
MIT |
0.1.0beta
|
23/02/2010 |
|
0.1.5beta
|
MIT |
0.1.0beta
|
21/02/2010 |
|
0.1.4beta
|
MIT |
0.1.0beta
|
24/01/2010 |
|
0.1.3beta
|
MIT |
0.1.0beta
|
24/01/2010 |
|
0.1.2beta
|
MIT |
0.1.0beta
|
22/01/2010 |
|
0.1.1beta
|
MIT |
0.1.0beta
|
18/01/2010 |
|
0.1.0beta
|
MIT |
0.1.0beta
|
17/01/2010 |
| Name |
Channel |
Version |
| tdCorePlugin |
plugins.symfony-project.org |
0.1.8- |
Changelog for release 0.1.5 - 21/02/2010
- updated random videos - fixed blocked website bug
- video list/play templates use background image
Other releases
Release 0.1.8 - 04/09/2010
- added backend module AJAX activate/deactivate interface
Release 0.1.7 - 24/02/2010
- short description sign count moved to core
- deletion of video file before record is deleted.
Release 0.1.6 - 23/02/2010
- forward404 if no video added
Release 0.1.5 - 21/02/2010
- updated random videos - fixed blocked website bug
- video list/play templates use background image
Release 0.1.4 - 24/01/2010
- reorganized sample flv files directory and upload directory
Release 0.1.3 - 24/01/2010
- fixed short description
- video admin updated
- documentation updated
Release 0.1.2 - 22/01/2010
- dependency on tdCorePlugin
- model table class methods added
Release 0.1.1 - 18/01/2010
- short description configuration variable
Release 0.1.0 - 17/01/2010
tdVideoPlugin
The tdVideoPlugin is a symfony plugin providing easy interface for flash
video player to embed in symfony projects. It is based on my sfVideoPlugin and
is integrated into TD CMF.
This plugin is a part of TD CMF and is based on Doctrine ORM.
Installation
Install the plugin via the subversion repository:
$ svn co http://svn.symfony-project.com/plugins/tdVideoPlugin/trunk plugins/tdVideoPlugin
from the project root directory or by using the command:
$ ./symfony plugin:install tdVideoPlugin
Right after the installation of the plugin, you should update plugin assets:
$ ./symfony plugin:publish-assets
so that the default JS and CSS files of the plugin are accessible. Everything
is done properly now.
Usage
Enable the tdSampleVideo module in your frontend application's
config/settings.yml enabled_modules section:
enabled_modules: [tdSampleVideo ]( ...,)
Fixtures are provided with the plugin and 3 flv files in the data/samples
directory (thanks to
media_college.
Run following commands:
$ ./symfony doctrine:build --all
and
$ ./symfony doctrine:data-load
Now you have to create a directory for video uploads:
$ mkdir web/uploads/td/video
and make it writeable:
$ chmod 777 web/uploads/td/video
Now you have to copy those 3 sample flv files from tdVideoPlugin/data/samples
to the video upload directory created above. Everything is ready to run the
following URL in your browser:
http://your-project/video
Enable the td_video admin generator in your backend application's
config/settings.yml enabled_modules section:
enabled_modules: [td_video ]( ...,)
Configuration
You can modify settings of the tdVideoPlugin in the
config/tdVideoPluginConfiguration.class.php file:
Documentation
The offcial documentation of the flowplayer can be found
here.
Credits
Example flv files have been downloaded from
media_college