Has anyone looked into playing a local video file within a feature, or rather the media work module? Right now the media work module provides two options of either a YouTube or Vimeo file. Curious as if anyone has added functionality to simply display a custom option, as in a local video file on the server. I'm looking into utilizing the media work functionality with the feature module to display an automatic-starting and looping video in the feature's background for our homepage.Thanks.
--
You received this message because you are subscribed to the Google Groups "Reason Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reason-discussion+unsubscribe@googlegroups.com.
To post to this group, send email to reason-discussion@googlegroups.com.
Visit this group at https://groups.google.com/group/reason-discussion.
For more options, visit https://groups.google.com/d/optout.
You could try enabling the Zencoder media integration. That ships uploaded media off to the Zencoder cloud transcoding service and then either delivers the transcoded media to an Amazon s3 bucket (what we do) or fetches them back to the Reason server (not what we do, but there is some code that looks like it's supposed to do that at reason_4.0/lib/core/classes/media/media_file_storage/reason_file_storage.php). The local storage option has not been actively used recently by anyone that I know of, so I would not guarantee that it will simply work -- but trying it is fairly simple in that it entails just some settings changes and signing up for a test Zencoder account.settings/media_integration/media_settings.php:Add 'zencoder' to $GLOBALS['NEW_MEDIA_WORK_INTEGRATION_LIBRARIES'] and $GLOBALS['UPLOADABLE_MEDIA_WORK_INTEGRATION_LIBRARIES'].settings/media_integration/zencoder_settings.php:Set ZENCODER_FILE_STORAGE_OPTION to 'reason'.Set ZENCODER_FULL_ACCESS_KEY to the API key you get from Zencoder.Matt
On Mon, Jul 10, 2017 at 2:32 PM, Travis Huinker <huin...@luther.edu> wrote:
Has anyone looked into playing a local video file within a feature, or rather the media work module? Right now the media work module provides two options of either a YouTube or Vimeo file. Curious as if anyone has added functionality to simply display a custom option, as in a local video file on the server. I'm looking into utilizing the media work functionality with the feature module to display an automatic-starting and looping video in the feature's background for our homepage.Thanks.
--
You received this message because you are subscribed to the Google Groups "Reason Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to reason-discuss...@googlegroups.com.
To post to this group, send email to reason-d...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to reason-discussion+unsubscribe@googlegroups.com.
To post to this group, send email to reason-discussion@googlegroups.com.
…/var/reason_package/reason_4.0/lib/core/classes/media/zencoder/media_work_content_manager_modifier.php:558
To unsubscribe from this group and stop receiving emails from it, send an email to reason-discussion+unsubscribe@googlegroups.com.
To post to this group, send email to reason-discussion@googlegroups.com.