![]() |
|
tdVideoPlugin - 0.1.5Provides easy interface for flash video player to embed in symfony projects. |
|
![]() |
4
users
Sign-in
to change your status |
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. |
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
| Name | Status | |
|---|---|---|
|
|
lead | moc.liamg <<ta>> nicud.zsamot |
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.
| 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 |
| 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- |
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.
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.
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 ]( ...,)
You can modify settings of the tdVideoPlugin in the config/tdVideoPluginConfiguration.class.php file:
td_video_upload_dir - upload dir of all video files
td_video_short_text_sign_count - character count of a short video descrtiption version
The offcial documentation of the flowplayer can be found here.
Example flv files have been downloaded from media_college
