constant VIDEO_RENDERING_ACTIVE in Video 6.2
Same name in this branch
- 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
Same name and namespace in other branches
- 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
- 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.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_render.php, line 41 - Renders a video. This script is called concurrently by video_scheduler.php This script has to be launched with "php video_render.php nid vid" If you are not using sites/default/settings.php as your settings file, add an optional parameter…
Code
define('VIDEO_RENDERING_ACTIVE', 5);