constant VIDEO_RENDERING_ACTIVE in Video 5
Same name in this branch
- 5 plugins/video_ffmpeg_helper/video_ffmpeg_helper.module \VIDEO_RENDERING_ACTIVE
- 5 plugins/video_ffmpeg_helper/video_scheduler.php \VIDEO_RENDERING_ACTIVE
- 5 plugins/video_ffmpeg_helper/video_render.php \VIDEO_RENDERING_ACTIVE
Same name and namespace in other branches
- 6.5 video.module \VIDEO_RENDERING_ACTIVE
- 6 plugins/video_ffmpeg_helper/video_ffmpeg_helper.module \VIDEO_RENDERING_ACTIVE
- 6 plugins/video_ffmpeg_helper/video_scheduler.php \VIDEO_RENDERING_ACTIVE
- 6 plugins/video_ffmpeg_helper/video_render.php \VIDEO_RENDERING_ACTIVE
- 6.2 plugins/video_ffmpeg_helper/video_ffmpeg_helper.module \VIDEO_RENDERING_ACTIVE
- 6.2 plugins/video_ffmpeg_helper/video_scheduler.php \VIDEO_RENDERING_ACTIVE
- 6.2 plugins/video_ffmpeg_helper/video_render.php \VIDEO_RENDERING_ACTIVE
- 6.3 types/uploadfield/uploadfield_convert.inc \VIDEO_RENDERING_ACTIVE
- 7.2 video.module \VIDEO_RENDERING_ACTIVE
2 uses of VIDEO_RENDERING_ACTIVE
- video_render_main in plugins/
video_ffmpeg_helper/ video_render.php - _video_ffmpeg_helper_is_being_processed in plugins/
video_ffmpeg_helper/ video_ffmpeg_helper.module - Returns true if the video is being encoded or queeded
File
- plugins/
video_ffmpeg_helper/ video_scheduler.php, line 38 - Implement video rendering scheduling. If you are not using sites/default/settings.php as your settings file, add an optional parameter for the drupal site url: "php video_scheduler.php http://example.com/" or "php video_scheduler.php…
Code
define('VIDEO_RENDERING_ACTIVE', 5);