Forum Activity for @xephius

Xephius
@xephius
06/07/17 04:07:00PM
93 posts

Large video hosting on JR site


Installation and Configuration

Ok, :)

I upgraded the server, I noticed everything seemed to upgrade but the cores are still at 2, and the max size for uploads also did not change. Do you need to make any adjustments on the other side for that to take effect?

John
Xephius
@xephius
06/07/17 02:51:39PM
93 posts

Large video hosting on JR site


Installation and Configuration

2 - 6 Gigabites = 30min - 1.5h 1080p .mp4

The current file I want to upload is 2.4Gb.

I think we can bump to the next server level to double the RAM and that should help a little. Do you think that will be enough?

Clear skies,
John
Xephius
@xephius
06/07/17 02:38:57PM
93 posts

Large video hosting on JR site


Installation and Configuration

Hey Brian,

I checked it out (Core -> Quota Config) and it is a drop down list with the last entry of '512MB- max allowed'. Do I need to increase the RAM for that number to go up?
Xephius
@xephius
06/06/17 10:44:41AM
93 posts

Large video hosting on JR site


Installation and Configuration

Thanks UltraJam, and Brian. ;)

I suspect the fastest/elegant solution is to host on the JR. What process should I follow to increase my video size restriction? I will keep an eye on our memory usage and we will bump to a larger server if we need more!

Clear skies,
John
Xephius
@xephius
06/06/17 10:32:28AM
93 posts

Large video hosting on JR site


Installation and Configuration

Brian,

Sweet, excellent news on both fronts I think. M04r questions.

1) Is there a ratio I should be aware of? We don't expect a lot of usage, maybe 100's to low 1000's of videos per video in a month, then moved to YouTube for public use. Any guidelines on RAM/Hosting to large video files would be useful. This seems like a potential hold over until I can go for solution #2. :)

2) Thanks for the lead on the custom event listener, I will follow up on that.

Follow up: "Note that if the video is embedded OFFSITE, the user would have to be logged in to your site for it to work."

So, is it possible to make a YouTube video only viewable to users logged in to a specific quota, and such that they couldn't get the link to re-share? I am sorry I may not understand how "embedded OFFSITE" vs how I currently link to YouTube maybe different.

Clear skies,
John
Xephius
@xephius
06/06/17 09:40:54AM
93 posts

Large video hosting on JR site


Installation and Configuration

Hey all,

I want to 'pre-release' about one video a month to a select Quota of users only. If I post the video on YouTube and share the link with the Quota, it is still available to anyone who gets the link. (And they all share them) I watned to host the video directly on our site so the user must be logged into the site to see the video, but the files tend to be 3-4gigs, not megs. (30min-1.5h shows in 1080p) The posted limit says 512meg.

1) Can I increase the size limit to handle our larger videos?
2) Is there another way to keep the video secure to only a specific Quota? (offsite hosting + script?)

Clear skies,
John
updated by @xephius: 09/06/17 06:13:24AM
Xephius
@xephius
04/06/17 04:53:52PM
93 posts

Phasing out Oneall Login


Installation and Configuration

Hey guys,

I am having more trouble using the oneall login system than I feel its worth. What is the best way migrate all the users off this login tool? Has anyone done this?

Clear skies,
John
updated by @xephius: 10/09/17 05:00:41PM
Xephius
@xephius
03/20/17 05:36:57PM
93 posts

How To? - Fill Site Builder Widget with background image


Design and Skin Customization

Thanks!

I think I understand! This is really well explained, thanks. I am going to re-read this tomorrow morning with fresh eyes and give it a try. I will investigate firebug as well and report back.

Clear skies,
John
Xephius
@xephius
03/19/17 02:52:15PM
93 posts

How To? - Fill Site Builder Widget with background image


Design and Skin Customization

Hi all,

I found some CSS code that should allow me to fill a widget with a background image, but I am not sure how to properly adapt it for use. My goal is to be able to drop an image as a background (edge to edge inside the widget) in a Site Builder => HTML Editor widget, secondarily, I would like to control its opacity to make it a soft image behind text.

I tried this code a couple different ways, and couldn't get it to work at all. And guidance is appreciated..

<style>
    { margin: 0; padding: 0; }

    html { 
        background: url('images/yourimage.jpg') no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
</style>

updated by @xephius: 06/20/17 06:40:42AM
  2